> For the complete documentation index, see [llms.txt](https://docs.talordata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talordata.com/serp-api/integration.md).

# Integration

- [MCP Integration](https://docs.talordata.com/serp-api/integration/mcp-integration.md): Learn how to integrate Talordata MCP Server with AI tools and agent frameworks to access real-time SERP data.
- [LangChain Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/langchain-integration.md): Integrate Talordata MCP Server with LangChain to give AI agents access to real-time SERP data and structured search results.
- [TalorData MCP Quick Start](https://docs.talordata.com/serp-api/integration/mcp-integration/talordata-mcp-quick-start.md): Start using Talordata MCP Server with quick setup steps for API keys, tool configuration, and your first search data request.
- [OpenAI SDK Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/openai-sdk-integration.md): Integrate Talordata MCP Server with OpenAI SDK to give AI agents access to real-time SERP data and structured search results.
- [OpenAI ChatGPT MCP Server Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/openai-chatgpt-mcp-server-integration.md): Integrate Talordata MCP Server with OpenAI ChatGPT to give AI agents access to real-time SERP data and structured search results.
- [Cloudflare Agents SDK Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/cloudflare-agents-sdk-integration.md): Integrate Talordata MCP Server with Cloudflare Agents SDK to give AI agents access to real-time SERP data and structured search results.
- [Agent Builder MCP Server Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/agent-builder-mcp-server-integration.md): Integrate Talordata MCP Server with Agent Builder to give AI agents access to real-time SERP data and structured search results.
- [Set up Web MCP with n8n](https://docs.talordata.com/serp-api/integration/mcp-integration/set-up-web-mcp-with-n8n.md): Integrate Talordata MCP Server with n8n to give AI agents access to real-time SERP data and structured search results.
- [Cursor MCP Server Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/cursor-mcp-server-integration.md): Integrate Talordata MCP Server with Cursor to give AI agents access to real-time SERP data and structured search results.
- [Claude Desktop Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/claude-desktop-integration.md): Integrate Talordata MCP Server with Claude Desktop to give AI agents access to real-time SERP data and structured search results.
- [Claude Code MCP Server Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/claude-code-mcp-server-integration.md): Integrate Talordata MCP Server with Claude Code to give AI agents access to real-time SERP data and structured search results.
- [CrewAI Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/crewai-integration.md): Integrate Talordata MCP Server with CrewAI to give AI agents access to real-time SERP data and structured search results.
- [Google ADK Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/google-adk-integration.md): Integrate Talordata MCP Server with Google ADK to give AI agents access to real-time SERP data and structured search results.
- [NVIDIA NeMo Agent Toolkit Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/nvidia-nemo-agent-toolkit-integration.md): Integrate Talordata MCP Server with NVIDIA NeMo Agent Toolkit to give AI agents access to real-time SERP data and structured search results.
- [Vapi AI MCP Server Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/vapi-ai-mcp-server-integration.md): Integrate Talordata MCP Server with Vapi AI to give AI agents access to real-time SERP data and structured search results.
- [LlamaIndex Integration](https://docs.talordata.com/serp-api/integration/mcp-integration/llamaindex-integration.md): Integrate Talordata MCP Server with LlamaIndex to give AI agents access to real-time SERP data and structured search results.
- [SDK Integration](https://docs.talordata.com/serp-api/integration/sdk-integration.md): Use Talordata SDK integration guides to call SERP API from code, manage requests, and process structured search results.
- [How to Set Up TalorData with LangChain](https://docs.talordata.com/serp-api/integration/sdk-integration/how-to-set-up-talordata-with-langchain.md): Set up Talordata with LangChain to fetch real-time SERP data and use structured search results inside AI applications.
- [How to Integrate TalorData with LlamaIndex](https://docs.talordata.com/serp-api/integration/sdk-integration/how-to-integrate-talordata-with-llamaindex.md)
- [Plugin Integration](https://docs.talordata.com/serp-api/integration/plugin-integration.md): Explore Talordata plugin integration options for adding SERP API data to third-party platforms and AI workflows.
- [How to integrate Talordata with Dify](https://docs.talordata.com/serp-api/integration/plugin-integration/how-to-integrate-talordata-with-dify.md): Learn how to integrate Talordata with Dify so your AI applications can retrieve real-time search engine data through SERP API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.talordata.com/serp-api/integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
