Hosted SERP MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.thordata.com/YOUR_API_TOKEN/mcp- Authentication
- Thordata SERP API token replaces YOUR_API_TOKEN in the endpoint path.
Before you connect
- Thordata account with SERP API access and available request allowance.
- SERP API token from the dashboard.
- An MCP client supporting remote HTTP connections.
Cursor mcp.json (JSON) Sources: Thordata official MCP product page, Thordata MCP quickstart and tools, Cursor MCP configuration reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"thordata": {
"type": "http",
"url": "https://mcp.thordata.com/YOUR_API_TOKEN/mcp"
}
}
}