← discava.ai
INDIVIDUAL MCP TOOL
list_countries
List the countries Discava supports (ISO code, name, flag, region).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.discava-ai]
url = "https://discava.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"discava-ai": {
"type": "http",
"url": "https://discava.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: discava-ai
Remote MCP URL: https://discava.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"discava-ai": {
"url": "https://discava.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"discava-ai": {
"type": "http",
"url": "https://discava.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "discava-ai",
"transport": "streamable-http",
"url": "https://discava.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Search for local businesses.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.send_feedback— Report data quality issues for a business.get_rankings— Get the most popular businesses in an area, ranked by real user click-through data.suggest— Autocomplete suggestions for cities or categories/business names.list_categories— List all Discava business categories (slug, translated name, parent, icon).health_check— Check if the discava API is online and responding.