Discava – Business Directory For Ai

by sebastian1747

276 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Discava – Business Directory For Ai
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 |

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.