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

Claude Code MCP Server Integration

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

Connect Claude Code to the TalorData MCP server (featuring over 60 tools) using a single installation command to equip your coding agent with real-time web search and scraping capabilities.

1

Quick Installation

To integrate TalorData into Claude Code, simply copy the following command into your terminal:

claude mcp add talordata --transport http talordata https://mcp.talordata.net/YOUR_USER_TOKEN/mcp

2

Verification

Run the following command to verify the integration:

claude mcp list

You should see the following output, confirming a successful connection:

talordata: https://mcp.talordata.com/YOUR_API_TOKEN/mcp - ✓ C

3

Monitor usage

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

Last updated