Hashnode for your agents.
Connect Hashnode once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 5 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Hashnode.
What agents can do with Hashnode
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
hashnode_graphqlRun a Hashnode GraphQL query or mutation. Hashnode is GraphQL-only. Example query: { me { username publications(first: 5) { edges { node { title id } } } } }.
hashnode_meReturn the authenticated user (a canned query for the common check).
hashnode_publish_postPublish a new post to a publication via GraphQL mutation. Pass `variables` with input.publicationId, input.title, input.contentMarkdown.
hashnode_create_draftCreate a draft post for a publication via GraphQL mutation.
hashnode_list_publicationsReturn the current user's publications (a canned GraphQL query).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open Settings, then Developer.
- Generate a Personal Access Token and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Hashnode to Even: call connect_begin("hashnode") on the even-connect MCP and walk me through it.
Retrieve your Hashnode user profile and list all your publications with their content via GraphQL.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.