Overview
MCP Server
Connect any AI agent (Claude, ChatGPT, Cursor, Copilot) to your Robot Speed articles via the Model Context Protocol. No code needed — just add the server URL to your AI tool config.
Setup
Add this to your AI tool's MCP config (Claude Desktop, Cursor, etc.):
JSON
{
"mcpServers": {
"robot-speed": {
"url": "https://www.robot-speed.com/api/mcp",
"headers": {
"X-API-Key": "rs_your_api_key_here"
}
}
}
}Available Tools
| Tool | Description |
|---|---|
list_articles | List articles with status/pagination filters |
get_article | Full content + quality metrics + pipeline duration |
search_articles | Search by keyword in title or target keyword |
get_site_stats | Article counts, avg SEO score, avg word count |
Example Usage
Once connected, just ask your AI agent naturally:
Example prompts
"List my published articles"
"Show me the article about SaaS best practices"
"What are my site's SEO stats?"
"Search articles about marketing"Endpoint: POST https://www.robot-speed.com/api/mcp — Stateless, authenticated via X-API-Key header.