Data Collection
pestpin.com
Provides pest control license-record lookups and cost estimates for US companies.
ENDPOINT 1
https://pestpin.com/mcp
MCP server metadata
- Name
- pestpin
- Version
- 1.1.0
PestPin publishes US pest control license records matched to official state sources (34 states, reprocessed on a recurring schedule; publication timing varies by regulator) plus editorial national cost ranges. Use verify_license to check a company by name, verify_phone when the person has a phone number instead of a name, find_licensed_pros for companies in a city, get_pest_cost for planning ranges, and get_intro_request_link when someone wants to be put in touch with a company. Every record comes back with the official source link and the date PestPin last processed that source; quote both. The homeowner never pays PestPin anything. Data is public-record based and honest about its limits; never present a listing as a recommendation.
Known tools 5
verify_licenseCheck whether a US pest control company holds a state license record.
Inferred read-onlyverify_phoneCheck a pest control company's phone number against official state license records.
Inferred read-onlyget_pest_costUS national planning cost range for a pest control service, with the factors that move the price.
Inferred read-onlyget_intro_request_linkGet the link that starts a free request for pest control help in a US city.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pestpin.com was fetched 2026-08-23T16:53:58.474Z and is being refreshed.
pestpin.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.