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

# MadKudu MCP

- [What is MadKudu MCP](https://developers.madkudu.com/madkudu-mcp/what-is-madkudu-mcp.md): Use MadKudu insights inside your favorite AI tools
- [MadKudu MCP Playground](https://developers.madkudu.com/madkudu-mcp/madkudu-mcp-playground.md)
- [First time using MCP](https://developers.madkudu.com/madkudu-mcp/first-time-using-mcp.md)
- [Install in AI platforms in 2min](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min.md): Integrate MadKudu to your AI Agents and platforms
- [Claude (Anthropic)](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/claude-anthropic.md): Connect MadKudu to your Claude
- [Cursor](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/cursor.md): Connect MadKudu to your Cursor
- [ChatGPT (OpenAI)](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/chatgpt-openai.md)
- [Dust](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/dust.md): Connect MadKudu to your Windsurf
- [Make](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/make.md): Connect MadKudu to Make
- [n8n](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/n8n.md): Connect MadKudu to n8n
- [Relevance AI](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/relevance-ai.md): Connect MadKudu to Relevance AI
- [Windsurf](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/windsurf.md): Connect MadKudu to your Windsurf
- [Zapier](https://developers.madkudu.com/madkudu-mcp/install-in-ai-platforms-in-2min/zapier.md)
- [MadMCP tools](https://developers.madkudu.com/madkudu-mcp/madmcp-tools.md): Tools available in your AI platform when integrating MadKudu MCP
- [Building AI Agents powered by MadKudu](https://developers.madkudu.com/madkudu-mcp/building-ai-agents-powered-by-madkudu.md)
- [AI Agent Templates](https://developers.madkudu.com/madkudu-mcp/ai-agent-templates.md)


---

# 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://developers.madkudu.com/madkudu-mcp.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.
