Ghost for your agents.
Connect Ghost once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Ghost.
What agents can do with Ghost
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
ghost_list_postsList published posts, newest first.
ghost_get_postFetch one post by id, including its HTML.
ghost_list_tagsList the tags used across the blog.
ghost_get_post_by_slugFor an AI agent: fetch one post by its URL slug (not id), including HTML.
ghost_list_pagesFor an AI agent: list published static pages (as opposed to posts), newest first.
ghost_get_pageFor an AI agent: fetch one static page by id, including its HTML.
ghost_list_authorsFor an AI agent: list authors with their profiles and post counts.
ghost_get_settingsFor an AI agent: fetch the blog's public settings (title, description, navigation, social links).
ghost_get_tagFetch a single tag by its id, including the number of posts with that tag.
ghost_get_tag_by_slugFetch a single tag by its URL slug.
ghost_get_authorFetch a single author by its id.
ghost_get_author_by_slugFetch a single author by their URL slug.
ghost_list_tiersFor an AI agent: list available membership tiers with their prices and benefits.
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.
- In Ghost Admin, open Settings, then Integrations, and add a Custom Integration.
- Copy the Content API Key (read-only; safe for content).
- The site URL is your blog's address.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Ghost to Even: call connect_begin("ghost") on the even-connect MCP and walk me through it.
List published Ghost posts by tag, retrieve post content by slug, and browse page and author metadata from your blog.
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.