MCP Server Quick Start Guide
Follow the Talordata MCP Server quick start to configure your API key, connect tools, and test real-time SERP data access.
Authentication
Path-based
curl "https://mcp.talordata.net/your_token/mcp" -d '...'Authorization Header
curl "https://mcp.talordata.net/mcp" -H "Authorization: Bearer your_token" -d '...'Custom Headers
curl "https://mcp.talordata.net/mcp" -H "X-Talor-Serp-Token: your_token" -d '...'Tools
1.list_engines
2.search
3.history
4.statistics
MCP Resources
HTTP Routing
Last updated