← pestpin.com

INDIVIDUAL MCP TOOL

find_licensed_pros

List license-record pest control companies for a US city and pest type from PestPin.

pestpin.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pestpin.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_licensed_pros 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

pestpin.com

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

.mcp.json

{
  "mcpServers": {
    "pestpin": {
      "type": "http",
      "url": "https://pestpin.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pestpin": {
      "type": "http",
      "url": "https://pestpin.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pestpin",
  "transport": "streamable-http",
  "url": "https://pestpin.com/mcp"
}
MCP Inspector

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

Related tools

  • verify_license — Look up a US pest control company in PestPin's state license-record directory (33 states, reprocessed from official regulator sources on a recurring schedule; publication timing varies by regulator).
  • get_pest_cost — US national planning cost range for a pest control service (editorial range, not a quote or measured average), with the factors that move the price.