mcpbeat Sign in

PublicSafetyAPI MCP Server

by publicsafetyapi Your server? Claim it
local only

PublicSafetyAPI runs on your own machine — the client starts it, so there is no endpoint to ping. 106 installs a week from pypi. Last commit 16 Aug 2026.

US police, fire, EMS and hospital locations near any address, from federal HIFLD data

Installs per day peak 896 · avg 65 · -25% w/w
a month agotoday
106
Installs / week
pypi · publicsafetyapi-mcp
0
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check PublicSafetyAPI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add publicsafetyapi-mcp -- uvx publicsafetyapi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "publicsafetyapi-mcp": {
      "args": [
        "publicsafetyapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.publicsafetyapi-mcp]
command = "uvx"
args = ["publicsafetyapi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "publicsafetyapi-mcp": {
      "args": [
        "publicsafetyapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "publicsafetyapi-mcp": {
      "args": [
        "publicsafetyapi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PUBLICSAFETYAPI_KEY (API key from https://publicsafetyapi.dev (free tier: 500 requests/month)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PublicSafetyAPI

same job, measured the same way
GroundTruth - Environmental Records
by agentlookups

Federal environmental records near any US location, with dates and provenance; never a safety score.

3 tools answering
Instagram
by jojapi

Instagram: Instagram public data scraper API for search, users, posts, hashtags, locations and more.

22 tools answering
C
FDIC BankFind
by olyport

Bank financials, branch locations, deposit data, and failure history from FDIC

5 tools answering
Usno Astronomy
by pipeworx-io

Next solar eclipse, eclipse times by location, Moon phases and seasons from the US Naval…

40 tools answering
MCP Server Geodata Placefinder
by fouomene

MCP GeoData Placefinder: search places, reverse geocode, and find nearby locations.

34 installs/wk local only
PantryPOS — Food Pantry Finder
by 0xpi-pantrypos

Find a food pantry near a US location (ZIP or City, ST) from ~17,000 pantries. Free.

1 tools answering
Terranode Geospatial API
by terranode-co

Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets

48 installs/wk local only
LowlandData Procurement & Permit Alerts
by lowlanddata

Alerts on official data: US and EU tenders, federal awards and grants, permits, MAP violations.

answering

PublicSafetyAPI — questions

Answers built from our own checks of this server.

Why is there no uptime for PublicSafetyAPI?
PublicSafetyAPI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package publicsafetyapi-mcp was installed 106 times last week.
How do I connect PublicSafetyAPI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls publicsafetyapi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use PublicSafetyAPI?
The pypi package publicsafetyapi-mcp was installed 106 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PublicSafetyAPI open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.