Skip to content
Back to search
100
MCP live MCP 2025-03-26 http

discava – Business Directory for AI

discava/mcp-server

Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP

Uptime
100.0%
1 direct probes · 30d
Response
477ms
last probe
Tools
8
callable
Resources
2
readable
Prompts
2
available

Tools · 8

search_businesses

Search for local businesses. Returns name, category, city, country, logo_url, available_details (what data exists), and scores. Check available_details to see what is available, then call get_business…

get_business

Get complete details for one or more businesses including address, phone, website, opening hours, services, payment methods, social links, logo, business image, and coordinates. Pass comma-separated I…

send_feedback

Report data quality issues for a business. Use when you notice incorrect phone numbers, wrong addresses, outdated info, or closed businesses.

get_rankings

Get the most popular businesses in an area, ranked by real user click-through data. Use to find top-rated businesses by category.

suggest

Autocomplete suggestions for cities or categories/business names. Use before searching to resolve ambiguous user input (e.g. "Mün" → "München").

list_categories

List all Discava business categories (slug, translated name, parent, icon). Call this to discover valid category slugs before using the "category" filter in search_businesses or get_rankings.

list_countries

List the countries Discava supports (ISO code, name, flag, region). Call this to discover valid country codes for the required "country" parameter.

health_check

Check if the discava API is online and responding. Returns status and version. No parameters required.

Resources · 2

discava SKILL.md

Full API documentation and integration instructions

https://discava.ai/SKILL.md
discava llms.txt

LLM-optimized description of discava

https://discava.ai/llms.txt

Prompts · 2

find_business

Find a local business by type and location

compare_businesses

Compare multiple businesses in a category and city

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "discava_–_business_directory_for_ai": {
      "url": "https://discava.ai/api/mcp",
      "transport": "http"
    }
  }
}