← businesschanges.dev

INDIVIDUAL MCP TOOL

get_business_event_evidence

Expand selected business event IDs into dated, versioned primary-source evidence.

businesschanges.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.businesschanges.dev/mcp

No auth detected

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

businesschanges.dev

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.business-change-intelligence]
url = "https://api.businesschanges.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "business-change-intelligence": {
      "type": "http",
      "url": "https://api.businesschanges.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: business-change-intelligence
Remote MCP URL: https://api.businesschanges.dev/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": {
    "business-change-intelligence": {
      "url": "https://api.businesschanges.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "business-change-intelligence": {
      "type": "http",
      "url": "https://api.businesschanges.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "business-change-intelligence",
  "transport": "streamable-http",
  "url": "https://api.businesschanges.dev/mcp"
}
MCP Inspector

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

Related tools

  • find_business_change_leads — Find previously unknown businesses or locations with recent license, permit, inspection, ownership, opening, closure, or tenant-transition signals.
  • get_location_timeline — Retrieve chronological business-change events for an exact premises or, when explicitly requested, its parent building.
  • get_changes_since — Poll a compact, stable delta feed of events first observed since a timestamp or prior cursor, including superseded and retracted events.
  • get_business_change_coverage — Inspect supported sources, jurisdictions, freshness, successful collection windows, and known limitations before interpreting a result or no-match.