← streetproof.com

INDIVIDUAL MCP TOOL

check_physical_evidence

Check whether StreetProof has accepted physical citations associated with a business in a city.

streetproof.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://streetproof.com/mcp

No auth detected

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

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

  • get_physical_presence — Look up a business's Physical Presence Score (PPS) and first/last observation dates in a city.
  • 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 — Deprecated compatibility alias for check_physical_evidence.
  • get_pulse — StreetPulse change events for a city since a date: new public records, newly observed assets, wrapped fleet assets, and stale assets.