Back to MCP Servers

Discava Server

Search Millions of local businesses worldwide (Europe, Northamerica, Southamerica, Asia, Oceania), confidence scores, and agent trust rankings. No API key required. [](https://glama.ai/mcp/servers/discava/mcp-server)

location-servicesrustapiaiagent
By discava
0Updated 3 months agoJavaScriptMIT

Installation

npx -y mcp-server

Configuration

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": ["-y", "mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

Discava MCP Server

MCP server for AI agents to search local businesses worldwide via the Discava API.

discava – Business Directory for AI MCP server

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

ToolDescription
search_businessesSearch for businesses by query, city, country
get_businessGet full details for a business by ID
send_feedbackReport data quality issues
get_rankingsTop businesses by demand score
suggestAutocomplete for cities and categories

Environment Variables

VariableDefaultDescription
DISCAVA_API_URLhttps://discava.ai/api/v1API base URL
View source on GitHub