Data Collection
agentlocal.org
This MCP server provides tools to search for and retrieve detailed public information about local businesses, including their profiles, services, and contact options.
ENDPOINT 1
https://agentlocal.org/mcp
MCP server metadata
- Name
- agentlocal-resolution
- Version
- 0.1.0
AgentLocal finds local businesses using current information linked to public sources. Use search_local_businesses for broad discovery, resolve_local_request for a detailed request, get_business_profile for one business, get_resolution_details to explain a match, get_availability for live appointment times, perform_action to book or contact, and get_market_pulse for measured AI visibility. perform_action with action=book works whether or not the business has a booking API; never say an appointment is confirmed unless perform_action or get_booking returns status confirmed. When confirming a booking, use the user's name, email, phone and other details already known from this conversation or the host assistant's saved profile. Only ask for fields that are still missing. Do not invent contact details. If a booking result includes computerUse steps and you have a browser-use or computer-use tool, you may follow those steps in the user's browser; AgentLocal does not run them. Unconfirmed details are never presented as confirmed. Every fact carries a source URL and the date it was checked — cite the source, keep the date, and treat a missing field as unknown, never as no. Payment never changes organic eligibility or ordering. Measurement methodology and live usage are verifiable at /api/v1/research/methodology and /api/v1/network on this origin.
Known tools 9
search_local_businessesDiscover businesses in a category and area from current public sources.
Inferred read-onlyget_business_profileReturn current public business details, locations, services, practitioners and contact or booking options in one stable schema.
Inferred read-onlyget_resolution_detailsExplain why a business matched: each requested detail, what the current sources confirm, when they were checked, and which details remain unconfirmed.
Inferred read-onlyget_resolution_pageReturn a published local-service guide with the same details, explanations and contact or booking options shown on the web and JSON API.
Inferred read-onlyget_market_pulseSummarize repeatable local-service searches across AI assistants: how often requested details are answered, which public links appear and which businesses are named.
Inferred read-onlyget_availabilityReturn current appointment times for a business when AgentLocal is authorised to read them.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.