Skip to main content
Glama
discava

discava – Business Directory for AI

by discava
README.md
# Discava MCP Server

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

[![discava – Business Directory for AI MCP server](https://glama.ai/mcp/servers/discava/mcp-server/badges/card.svg)](https://glama.ai/mcp/servers/discava/mcp-server)

## 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"]
    }
  }
}
```

### Claude Code

```bash
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 |

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get_business retrieves detailed business data, get_rankings provides demand-based rankings, health_check checks API status, search_businesses finds businesses with basic info, send_feedback reports issues, and suggest handles autocomplete. The descriptions clearly differentiate their functions, eliminating any ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_business, get_rankings, search_businesses, send_feedback, health_check, suggest), with verbs like 'get', 'search', 'send', and 'suggest' applied appropriately. There are no deviations in naming conventions, making the set predictable and readable.

Tool Count5/5

With 6 tools, the count is well-scoped for a business directory server, covering core operations like retrieval, search, rankings, feedback, autocomplete, and health checks. Each tool earns its place without feeling excessive or insufficient for the domain's needs.

Completeness4/5

The tool surface is largely complete for a business directory, covering key workflows: search, detailed retrieval, rankings, feedback, and autocomplete. A minor gap exists in update or creation tools for business data, but this is reasonable for a directory focused on querying and reporting, and agents can work around this with the provided tools.

Maintenance

ActivityInactive
ResponsivenessNo issues