Docs MCP Server
Get up and running with our API and MCP server faster by giving this MCP to a LLM
The Daloopa KnowledgeBase Model Context Protocol (MCP) server enables AI-powered code editors like Cursor and Windsurf, plus general-purpose tools like Claude Desktop, to interact directly with your Daloopa KnowledgeBase API and documentation.
What is MCP?
Model Context Protocol (MCP) is an open standard that allows AI applications to securely access external data sources and tools. The Daloopa KnowledgeBase MCP server provides AI agents with:
- Direct API access to Daloopa KnowledgeBase functionality
- Documentation search capabilities
- Real-time data from your Daloopa KnowledgeBase account
- Code generation assistance for Daloopa KnowledgeBase integrations
Daloopa KnowledgeBase MCP Server Setup
Daloopa KnowledgeBase hosts a remote MCP server at https://docs.daloopa.com/mcp. Configure your AI development tools to connect to this server. If your APIs require authentication, you can pass in headers via query parameters or however headers are configured in your MCP client.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"daloopaknowledgebase": {
"url": "https://docs.daloopa.com/mcp"
}
}
}Testing Your MCP Setup
Once configured, you can test your MCP server connection:
- Open your AI editor (Cursor, Windsurf, etc.)
- Start a new chat with the AI assistant
- Ask about Daloopa KnowledgeBase - try questions like:
- "How do I [common use case]?"
- "Show me an example of [API functionality]"
- "Create a [integration type] using Daloopa KnowledgeBase"
The AI should now have access to your Daloopa KnowledgeBase account data and documentation through the MCP server.
Updated about 8 hours ago
