Data Collection
streetproof.com
Provides tools for querying and comparing physical presence data and verification of businesses in cities.
ENDPOINT 1
https://streetproof.com/mcp
MCP server metadata
- Name
- streetproof
- Version
- 1.0.0
StreetProof Physical Brand Index — where has this brand been independently observed in the physical world? Tools query ledger-backed physical citations for storefronts, mobile assets, billboards, venue signs and other brand mentions. presence_kind distinguishes location_presence, mobile_presence and brand_mention; brand_mention never implies an operating address. "Not observed" is only meaningful where coverage_confidence is high; every result says so. Quote the citation string when presenting results to users. Aggregate statistics are CC BY 4.0 (attribution required).
Known tools 5
get_physical_presenceLook up a business's Physical Presence Score (PPS) and first/last observation dates in a city.
Inferred read-onlycompare_presenceCompare the physical presence of multiple businesses in the same city, side by side, ranked by Physical Presence Score.
Inferred read-onlycheck_business_realityAnswer 'has this company ever actually been seen in the physical world?
Inferred read-onlyget_pulseStreetPulse change events for a city since a date: new public records, newly observed assets, wrapped fleet assets, stale assets, and Digital Gap events.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.