Ask your AI assistant about your local rankings
The SearchOps MCP server connects an AI assistant to your account, so you can ask about your locations, scans, rankings and reports in plain language and get answers from your live data. It uses the same API key as the REST API.
Ask in plain language
Connect Claude, ChatGPT or any MCP-compatible assistant and ask about your rankings, locations and reports in plain English.
Tools, not copy-paste
Your assistant gets read-only tools to list locations, fetch scans and rankings, and pull reports, so it answers from your live data instead of guesswork.
Your key, your account
Authenticates with the same API key as the REST API, scoped to your account and read-only.
A standard protocol
Built on the Model Context Protocol, so it works with any client that speaks MCP, today and as the ecosystem grows.
Example connection
Add the server URL and an API key from Settings to your assistant's MCP configuration. The exact steps depend on your client.
{
"mcpServers": {
"searchops": {
"url": "https://searchops.co.uk/api/mcp",
"headers": {
"Authorization": "Bearer lp_live_xxxxxxxx"
}
}
}
}- Read-only, using the same API key as the REST API.
- Works with any MCP-compatible client, including Claude and ChatGPT.
- No data leaves your account: the assistant only sees what your key can read.
- Included on Pro, Agency and Enterprise.
Frequently asked questions
What is the MCP server?
It is a connector that lets an AI assistant read your SearchOps data through the Model Context Protocol, a standard way for assistants to talk to external tools.
Which assistants work?
Any MCP-compatible client, including Claude and ChatGPT. You add the server URL and your API key in the client.
Is it secure?
The assistant authenticates with your API key and can only read your own account's data. It is read-only.
Which plans include it?
The MCP server is included on Pro and above, and uses the same API key as the REST API.