Endpoint
All MCP requests go to a single HTTP endpoint:Authorization header. See the authentication page for details.
Protocol details
Supported methods
Any other method returns JSON-RPC error code
-32601 (method not found).
Quick start
The examples below show the three requests you need to get oriented with the MCP server.1
Initialize the connection
Send an
initialize request to confirm the server is reachable and check the protocol version.curl
Response
2
List available tools
Call
tools/list to retrieve every tool the server exposes, including their input schemas.curl
3
Call a tool
Use Tool results are returned as a
tools/call to execute a specific tool. Pass the tool name and any required arguments in params.curl
content array with a single text item containing JSON-encoded data:Response
Available tools
The server exposes tools across eight functional categories. All tools operate within your organisation’s data.Analytics
Prompts
Domains
Blog
Google Search Console (GSC)
GEO tasks
Organisation
Settings & persona
Compatible clients
The Rankahead MCP server works with any client that supports the Model Context Protocol over HTTP.Claude Desktop
Add Rankahead as a custom MCP server in Claude Desktop settings.
Cursor
Configure Rankahead MCP in your Cursor project’s MCP settings.
Any MCP client
Any client that supports stateless HTTP MCP transport and JSON-RPC 2.0 will work.
Next steps
Authentication
Learn how to create and use MCP tokens securely.
Tool reference
Browse the full per-tool documentation with input schemas and response examples.