Discava MCP Server
MCP server for AI agents to search local businesses worldwide via the Discava API.
Setup
Claude Desktop
Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"discava": {
"command": "npx",
"args": ["tsx", "/path/to/discava/mcp/server.ts"]
}
}
}Claude Code
claude mcp add discava npx tsx /path/to/discava/mcp/server.tsTools
Tool | Description |
| Search for businesses by query, city, country |
| Get full details for a business by ID |
| Report data quality issues |
| Top businesses by demand score |
| Autocomplete for cities and categories |
Environment Variables
Variable | Default | Description |
|
| API base URL |