discava/mcp-server
0 Views
0 Installs
π βοΈ - Search Millions of local businesses worldwide (Europe, Northamerica, Southamerica, Asia, Oceania), confidence scores, and agent trust rankings. No API key required.
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"discava-mcp-server": {
"command": "npx",
"args": [
"-y",
"discava-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
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.ts
Tools
| Tool | Description |
|---|---|
search_businesses | Search for businesses by query, city, country |
get_business | Get full details for a business by ID |
send_feedback | Report data quality issues |
get_rankings | Top businesses by demand score |
suggest | Autocomplete for cities and categories |
Environment Variables
| Variable | Default | Description |
|---|---|---|
DISCAVA_API_URL | https://discava.ai/api/v1 | API base URL |