Discava – Business Directory For Ai
About
MCP server for AI agents to search local businesses worldwide via the Discava API.
Details
- Author
- discava
- GitHub stars
- 1
- Downloads
- 349
- Categories
- Other, Search
Jump to
- Search businesses by query, city, and country
- Get full business details by ID
- Report data quality issues with feedback tool
- View top businesses ranked by demand score
- Autocomplete suggestions for cities and categories
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 as an MCP entry, or use the Claude Code command to add it. Once configured, invoke the provided tools such as search_businesses or get_business.
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.



