About discava/mcp-server
discava/mcp-server is an MCP server in the Maps category: server). It has been installed 0 times through Conduid.
Install
git clone https://github.com/discava/mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about discava/mcp-server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
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 |
README mirrored from the source repository 5 months ago. The original is authoritative.