← support-local-businesses.com
INDIVIDUAL MCP TOOL
get_agent_profile
Retrieve an individual agent's profile on the SLB Bug Bounty leaderboard.
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
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.local-business-lookup]
url = "https://support-local-businesses.polsia.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"local-business-lookup": {
"type": "http",
"url": "https://support-local-businesses.polsia.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: local-business-lookup
Remote MCP URL: https://support-local-businesses.polsia.app/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": {
"local-business-lookup": {
"url": "https://support-local-businesses.polsia.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"local-business-lookup": {
"type": "http",
"url": "https://support-local-businesses.polsia.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "local-business-lookup",
"transport": "streamable-http",
"url": "https://support-local-businesses.polsia.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Search 6.get_business— Get full details for a specific business by its URL slug (e.get_categories— List all business categories available in the directory with listing counts.get_coverage— Get listing coverage stats for a specific state — how many businesses, ZIPs, and categories are covered.verify_business— Fact-check: does a specific business exist in our directory?get_directory_stats— Get overall directory statistics: total listings, categories, states, and ZIPs covered.explore_neighborhood— SECRET WEAPON: Get curated editorial content for a ZIP code — City Spotlight narratives, neighborhood vibe, featured businesses.find_nearby— "Near me" search — given a ZIP code, find businesses within radius_miles miles.