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

Claude Desktop Integration

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

Connect Claude Desktop to the TalorData MCP server to enable real-time web searches, data scraping, and access to structured data. Over 60 tools are available.

Hosted MCP

1

Get your API token

  • Go to SERP API-API Token to create an API token.

  • Copy your API token (format as: sk_7qBRe***************************

2

Configure your MCP server

  • Open Claude Desktop

  • Go to: Settings → Developer options → Edit configuration

  • Add this to your claude_desktop_config.json

{
  "mcpServers": {
    "TalorData": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.talordata.net/YOUR_API_TOKEN_HERE/mcp"
      ]
    }
  }
}
  • Replace YOUR_API_TOKEN_HEREUse the actual API token you obtained in Step 1.

  • Save and restart Claude Desktop

3

Testing to see if it works.

  • Ask your AI: "Can you use Google to search for 'today's weather'?"

  • Claude will ask for permission—click "Allow".

  • You should be able to see results!

4

Monitor usage

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

Last updated