Discava – Business Directory For Ai
Description
# 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`): ```json { "mcpServers": { "discava": { "command": "npx", "args"…
About
# 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`): ```json { "mcpServers": { "discava": { "command": "npx", "args": ["tsx", "/path/to/discava/mcp/server.ts"] } }…
Details
- Author
- sebastian1747
- Downloads
- 276
- Categories
- Other
Jump to
- Search businesses by query, city, and country
- Retrieve full details for a business by ID
- Report data quality issues via send_feedback
- View top businesses ranked by demand score
- Autocomplete cities and categories for search inputs
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Discava – Business Directory For AiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your Claude Desktop config (~/.claude/claude_desktop_config.json) with the command npx tsx /path/to/discava/mcp/server.ts, or add it via Claude Code with claude mcp add discava npx tsx /path/to/discava/mcp/server.ts. The server exposes multiple tools for querying and interacting with business data.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"discava \u2013 business directory for ai": {
"discava": {
"command": "npx",
"args": [
"tsx",
"/path/to/discava/mcp/server.ts"
]
}
}
}
}
McpServers
{
"discava": {
"command": "npx",
"args": [
"tsx",
"/path/to/discava/mcp/server.ts"
]
}
}
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 |
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



