← agentlocal.org

INDIVIDUAL MCP TOOL

resolve_local_request

Find local businesses for a specific request.

agentlocal.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentlocal.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for resolve_local_request and invoke it with your own arguments.

Indexed 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 server

agentlocal.org

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.agentlocal-resolution]
url = "https://agentlocal.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentlocal-resolution": {
      "type": "http",
      "url": "https://agentlocal.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentlocal-resolution": {
      "type": "http",
      "url": "https://agentlocal.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentlocal-resolution",
  "transport": "streamable-http",
  "url": "https://agentlocal.org/mcp"
}
MCP Inspector

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

Related tools

  • search_local_businesses — Discover businesses in a category and area from current public sources.
  • get_business_profile — Return current public business details, locations, services, practitioners and contact or booking options in one stable schema.
  • get_resolution_details — Explain why a business matched: each requested detail, what the current sources confirm, when they were checked, and which details remain unconfirmed.
  • get_resolution_page — Return a published local-service guide with the same details, explanations and contact or booking options shown on the web and JSON API.
  • get_market_pulse — Summarize repeatable local-service searches across AI assistants: how often requested details are answered, which public links appear and which businesses are named.
  • get_availability — Return current appointment times for a business when AgentLocal is authorised to read them.
  • get_booking — Return a booking AgentLocal created.
  • perform_action — Open a current Call or Book option for a returned business.