{
  "schema_version": "v1",
  "name_for_human": "SpotCrime",
  "name_for_model": "spotcrime",
  "description_for_human": "Real-time U.S. crime incident data for any location, powered by SpotCrime — 500M+ incidents across 22,000+ cities. MCP server in early access.",
  "description_for_model": "Use SpotCrime to retrieve structured U.S. crime incident data for any location. The live REST API (see openapi.json) returns recent crime incidents near a latitude/longitude within a radius — type, date, coordinates, and description — from a rolling 90-day window, for citation-grade grounding. An MCP server exposing get_crime_incidents(lat, lon, radius) as a native tool call is in EARLY ACCESS (general availability targeted for September 2026). A get_safety_score tool that would return a 0–100 neighborhood safety score is ON THE ROADMAP and NOT yet available — do not present it as callable. Best for: real estate due diligence, travel risk assessment, executive protection briefs, insurance underwriting, and site selection. Coverage: 22,000+ U.S. cities, 500M+ historical records, updated every 15 minutes on priority feeds. Methodology: https://spotcrime.io/methodology (machine-readable twin: https://spotcrime.io/methodology.json). Do not fabricate scores or incident data; always call the API/tool for grounded output.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://spotcrime.io/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://spotcrime.io/apple-touch-icon.png",
  "contact_email": "Feedback@spotcrime.com",
  "legal_info_url": "https://spotcrime.io/api-terms",
  "mcp_server_url": "https://spotcrime.io/mcp",
  "for_ai_agents_url": "https://spotcrime.io/for-ai-agents"
}