Your blog, as tools any AI agent can call.
RankBolt ships a hosted MCP server. Add one URL to Claude, Cursor, Windsurf or VS Code and your agent can list, write, optimize and publish articles with typed tools. No scripts, no glue code.
https://rankbolt.ai/mcp$ claude mcp add --transport http rankbolt https://rankbolt.ai/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Streamable HTTP transport. Authenticate with a RankBolt API key sent as a Bearer token.
One protocol, every agent.
The Model Context Protocol is the open standard AI clients use to call external tools. RankBolt exposes its API as MCP tools, so the same server works in every client that speaks it.

Connected in three steps.
Create an API key
In the RankBolt dashboard, open Settings → API keys and create a key for the site you want your agent to manage.
Add the server
Paste the config for your client. The server URL is the same everywhere; only the file you edit changes.
Ask for what you need
Your agent discovers the tools on its own. Describe the outcome and it picks the right calls.
Every capability, typed and discoverable.
Each tool ships with a JSON schema, so your agent knows exactly what it can pass in and what comes back.
Content
5 tools
list_articlesArticles for the site, filterable by draft, scheduled or published.get_articleFull article by id, including content, metadata and status.create_articleCreate a draft, scheduled or published article.update_articleChange title, content, slug, status or schedule.delete_articleRemove an article permanently.
AI writing
5 tools
generate_articlesWrite one or more SEO-optimized articles from a brief.generate_seo_metadataTitle, description and keywords for existing content.generate_featured_imageCreate a featured image from the article title.humanize_articleRewrite an article to read naturally.reformulate_textRewrite any text in a given tone.
Organize
4 tools
list_tagsTags available on the site.create_tagAdd a tag to organize articles.list_mediaFiles in the media library.upload_mediaUpload an image from a URL.
Account
2 tools
whoamiThe site and user behind the current key.list_sitesSites the key's account can access.
Questions, answered.
The Model Context Protocol is an open standard from Anthropic that lets AI applications call external tools and read external data in a consistent way. Claude, Cursor, Windsurf, VS Code and many other clients support it.
Same capabilities, different transport. Agent Mode teaches an agent to call the REST API through a skill file. The MCP server exposes those capabilities as native tools with schemas, which also works in clients that do not read skills, such as Claude Desktop or Cursor.
RankBolt hosts it at rankbolt.ai/mcp over streamable HTTP. There is nothing to install or keep running on your machine.
Every request carries your API key as a Bearer token. Keys are scoped to a single site and can be revoked from the dashboard at any time.
Tools that generate content use the same article credits as the dashboard. Listing, editing and publishing are free.
Yes. Any MCP client library, including the official TypeScript and Python SDKs, can connect with the same URL and header.
Give your agent a publishing desk.
Create a free account, generate an API key and connect your first client in under two minutes.
No credit card required

