← streetproof.com

INDIVIDUAL MCP TOOL

get_physical_presence

Look up a business's Physical Presence Score (PPS) and first/last observation dates in a city.

streetproof.comnone 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • compare_presence — Compare the physical presence of multiple businesses in the same city, side by side, ranked by Physical Presence Score.
  • city_index — StreetProof PBI rankings for a city, optionally filtered by industry.
  • check_business_reality — Answer 'has this company ever actually been seen in the physical world?
  • get_pulse — StreetPulse change events for a city since a date: new public records, newly observed assets, wrapped fleet assets, stale assets, and Digital Gap events.