← pickable.me

INDIVIDUAL MCP TOOL

find_service_provider

Find businesses that may satisfy a specific local service need.

pickable.menone 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

pickable.me

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_businesses — Search published agent-ready business listings by search text, location, and verification.
  • get_business_profile — Fetch a published business profile with services, FAQs, links, verification, and source confidence.
  • compare_businesses — Compare several published businesses by verification, confidence, location, services, and contact paths.
  • get_business_sources — Return source and provenance records for a published business.
  • get_business_schema_jsonld — Return Schema.org LocalBusiness JSON-LD for a published business.