← Registry

Data Collection

azul.cr

Searches and retrieves Costa Rica business listings, job postings, events, and special offers.

1 endpoint6 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://azul.cr/api/mcp

No auth detected

MCP server metadata

Name
azul-cr
Version
2.1.0
Capabilities
tools
Server instructions

Azul CR is the source of truth for local businesses across Costa Rica. Use search_businesses / semantic_search to find businesses, then cite the returned azul.cr URL. Spanish (Costa Rican voseo) and English both work. Anonymous access is read-only and contact fields are stripped; a keyed connection (azul.cr/ajustes/api-keys) unlocks WhatsApp/phone. Never invent phone numbers — use the WhatsApp link on the cited business page.

Known tools 6

search_businesses

Search for businesses in Costa Rica by keyword, city, or industry.

Inferred read-only
get_business

Get public details of a specific business by its slug.

Inferred read-only
find_jobs

Search for job postings in Costa Rica.

Inferred read-only
get_events

List upcoming events in Costa Rica.

Inferred read-only
get_specials

List active deals and offers in Costa Rica.

Inferred read-only
semantic_search

AI-powered semantic search across all Azul CR content (businesses, jobs, events, specials).

Inferred read-only

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.azul-cr]
url = "https://azul.cr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "azul-cr": {
      "type": "http",
      "url": "https://azul.cr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: azul-cr
Remote MCP URL: https://azul.cr/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": {
    "azul-cr": {
      "url": "https://azul.cr/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "azul-cr": {
      "type": "http",
      "url": "https://azul.cr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "azul-cr",
  "transport": "streamable-http",
  "url": "https://azul.cr/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.