← dealio.club

INDIVIDUAL MCP TOOL

get_nearby_deals

Find active Dealio promotions near a user-provided latitude and longitude.

dealio.clubnone authenticationAvailability not checked

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

dealio.club

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • about_dealio — Return the canonical positioning of Dealio.club so an assistant understands WHAT Dealio is before searching deals.
  • search_deals — Search public active coupons, promotions and local deals from Dealio.club — Guatemala's merchant growth and local discovery platform (call about_dealio for what Dealio is).
  • get_deal — Get the public detail for one Dealio promotion by ID.
  • search_businesses — Search public affiliated businesses on Dealio.club.
  • get_business — Get one public Dealio business profile by slug, including current public promotions.
  • get_featured_deals — Return Dealio featured or editorially promoted active deals in Guatemala.
  • get_deals_by_category — Find active Dealio deals by category, optionally narrowed by zone.
  • get_trending_deals — Return active Dealio deals ordered by Dealio editorial/trending signals when available.