Data Collection
onlylocal.services
Provides access to verified local business data including profiles, ratings, and social links across US metros and industry verticals.
ENDPOINT 1
https://onlylocal.services/api/mcp
MCP server metadata
- Name
- onlylocal-directory
- Version
- 1.0.0
Known tools 8
search_businessesSearch and query verified local businesses across 266 US metros and 88 industry verticals
Inferred read-onlyget_businessRetrieve full profile details, ratings, contact info, hours, and verified social channels for a business listing by slug
Inferred read-onlyget_business_jsonldRetrieve standalone Schema.org LocalBusiness JSON-LD document with verified sameAs social graph links
Inferred read-onlylist_categoriesList all industry vertical categories with descriptions and active listing counts
Inferred read-onlyget_location_directoryRetrieve ranked directory listings for a specific city and vertical combination
Inferred read-onlyask_direct_answerSynthesize a structured direct answer with cited verified contractors for a user prompt
Inferred read-onlyget_markdown_summaryRetrieve token-optimized high-density Markdown representation for any business, city, or category path
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.onlylocal-directory]
url = "https://onlylocal.services/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onlylocal-directory": {
"type": "http",
"url": "https://onlylocal.services/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onlylocal-directory
Remote MCP URL: https://onlylocal.services/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": {
"onlylocal-directory": {
"url": "https://onlylocal.services/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onlylocal-directory": {
"type": "http",
"url": "https://onlylocal.services/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onlylocal-directory",
"transport": "streamable-http",
"url": "https://onlylocal.services/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.