Cala
Cala turns internet chaos into structured, verified knowledge that AI agents and LLMs can call as a tool.
Integrations
MCP
https://api.cala.ai/mcp/
For more information about MCP and how it works, you can read more about it here.
Connect your agent to Cala’s MCP
You can use Cala via our MCP. To get started, you need to get an API key to authenticate your MCP client. Go to our Console and create a new API key.
Get Cala's API key
Create a free Cala account and get your API key.
With your API key in hand, you can connect your AI agent such as Cursor, Claude Desktop and others to our MCP server. Cala MCP connects AI agents to our knowledge search, including verified, structured and typed knowledge, as well as entities information.
- Cursor
- Claude Desktop
- VS Code
- OpenAI
- Other
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"Cala": {
"url": "https://api.cala.ai/mcp/",
"headers": {
"X-API-KEY": "YOUR_CALA_API_KEY"
}
}
}
}
For more information, follow their documentation here.
Available Tools
Here are the tools available to the Cala MCP:
knowledge_search
Search for verified knowledge using natural language queries. Returns trustworthy, verified knowledge with relevant context and matching entities.
knowledge_query
Search for verified knowledge using structured query syntax such as: startups.location=Spain.funding>10M.funding<=50M. Returns a structured response with matching entities.
entity_search
Search entities by name with fuzzy matching.
entity_introspection
Get the field schema for an entity by its UUID. Returns the available properties, relationships, and numerical observations you can use when querying an entity.
retrieve_entity
Retrieve information about an entity by its UUID.
TriggersQuery
Verwandte Server
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API.
Docs MCP Server
An MCP server that makes documentation and codebases searchable for AI assistants, supporting local directories and Git repositories.
MCP Advisor
A discovery and recommendation service for exploring MCP servers using natural language queries.
Perplexity MCP Zerver
Interact with Perplexity.ai using Puppeteer without an API key. Requires Node.js and stores chat history locally.
Intel Overdrive
Real-time intelligence about new MCP servers, AI coding tools, and ecosystem updates from 1,000+ monitored sources — delivered directly into Claude Code
searchcode.com — Code Intelligence for LLMs
Structured access to code analysis, search, and retrieval for any public git repository—purpose-built for large language models.
Serpstat MCP Server
SEO analysis using the Serpstat API.
Jina AI MCP Server
Access Jina AI's web services for web page reading, web search, and fact-checking. Requires a Jina AI API key.
The Movie Database (TMDB)
Integrates with The Movie Database (TMDB) API, allowing AI assistants to search for movies, retrieve details, and generate related content.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.