Server Details
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
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
6 toolsget_businessInspect
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 IDs for batch requests.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | One or more business IDs, comma-separated for batch (e.g. "id1,id2,id3"). ALWAYS use batch when fetching multiple businesses. |
get_rankingsInspect
Get the most popular businesses in an area, ranked by real user click-through data. Use to find top-rated businesses by category.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name to filter results | |
| lang | No | Language for category labels: "de", "en", "fr", "nl", "it", "es", "pt", "pl" | |
| limit | No | Number of results (1-20, default 10) | |
| country | Yes | ISO country code (required, e.g. "DE", "AT", "US") | |
| category | No | Category slug or name (e.g. "plumber", "restaurant", "Klempner") |
health_checkInspect
Check if the discava API is online and responding. Returns status and version. No parameters required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_businessesInspect
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 for full details.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for distance calculation | |
| lon | No | Longitude for distance calculation | |
| city | No | City name (e.g. "Hamburg", "Wien", "New York") | |
| lang | No | Language for category labels: "de", "en", "fr", "nl", "it", "es", "pt", "pl" | |
| page | No | Page number for pagination (default 1) | |
| limit | No | Results per page (1-50, default 10) | |
| query | No | Search query (e.g. "plumber", "Zahnarzt", "Italian restaurant") | |
| country | Yes | ISO country code (required, e.g. "DE", "AT", "US") | |
| category | No | Category slug (e.g. "plumber", "restaurant", "dentist") | |
| min_confidence | No | Minimum confidence score 0-100 to filter low-quality entries |
send_feedbackInspect
Report data quality issues for a business. Use when you notice incorrect phone numbers, wrong addresses, outdated info, or closed businesses.
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of feedback: POSITIVE (correct data), NEGATIVE (wrong data), NOT_FOUND (business gone), PHONE_INVALID, WEB_INVALID, HOURS_WRONG, DUPLICATE | |
| comment | No | Free text description of the issue or suggested correction | |
| business_id | Yes | Business ID to report about |
suggestInspect
Autocomplete suggestions for cities or categories/business names. Use before searching to resolve ambiguous user input (e.g. "Mün" → "München").
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | "city" for city name suggestions, "query" for category and business name suggestions | |
| limit | No | Maximum number of suggestions (1-15, default 10) | |
| query | Yes | Search text (minimum 2 characters) | |
| country | No | ISO country code to filter city suggestions by country |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!