# discava – Business Directory for AI

Search for local businesses worldwide. Structured data optimized for AI agents.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add discava/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list discava/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get discava/mcp-server search_businesses

# Call a tool
npx -y @smithery/cli@latest tool call discava/mcp-server search_businesses '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--discava.run.tools`

## Tools (6)

- `search_businesses` — Search for local businesses. Returns name, category, city, country, logo_url, available_details (what data exists), and…
- `get_business` — Get complete details for one or more businesses including address, phone, website, opening hours, services, payment met…
- `send_feedback` — Report data quality issues for a business. Use when you notice incorrect phone numbers, wrong addresses, outdated info,…
- `get_rankings` — Get the most popular businesses in an area, ranked by real user click-through data. Use to find top-rated businesses by…
- `suggest` — Autocomplete suggestions for cities or categories/business names. Use before searching to resolve ambiguous user input …
- `health_check` — Check if the discava API is online and responding. Returns status and version. No parameters required.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get discava/mcp-server <tool-name>
```

## Resources

- `https://discava.ai/SKILL.md` — Full API documentation and integration instructions
- `https://discava.ai/llms.txt` — LLM-optimized description of discava

## Prompts (2)

- `find_business` (business_type, city, country) — Find a local business by type and location
- `compare_businesses` (category, city, country) — Compare multiple businesses in a category and city
