For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cursor MCP Server Integration

Integrate Talordata MCP Server with Cursor to give AI agents access to real-time SERP data and structured search results.

Connect Cursor IDE to the TalorData MCP server (featuring over 30 engines) to enable web search and scraping capabilities for the AI ​​coding assistant.

Hosted MCP

Before you begin, please ensure you have the following items ready:

Basic Configuration

Go to "Cursor" -> click the gear icon -> "Tools and Integrations" -> "Add Custom MCP" -> add the following:

{
    "mcpServers": {
    "talor-serp": {
      "url": "https://mcp.talordata.net/API_TOKEN/mcp"
    }
    }
}

Then you need to take a look at:

Monitor usage

View your API usage in the TalorData SERP API usage logs.

Last updated