mcpbeat Sign in

Munimind MCP Server

local only

Munimind MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from pypi.

Query 2,500+ NYC civic datasets (zoning, deeds, permits, violations, meetings) via Claude.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 24 · avg 14 · +14% w/w
a month agotoday
98
Installs / week
pypi · munimind-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 munimind-mcp -- uvx munimind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "munimind-mcp": {
      "args": [
        "munimind-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.munimind-mcp]
command = "uvx"
args = ["munimind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "munimind-mcp": {
      "args": [
        "munimind-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "munimind-mcp": {
      "args": [
        "munimind-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MUNIMIND_API_KEY (MuniMind API key from https://munimind.com/developers — first 5,000 credits free), MUNIMIND_API_BASE_URL (Override API base URL (defaults to https://api.munimind.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Munimind MCP

same job, measured the same way
Domain Monitor
by jasoncbraatz

Query domain expiration data from domain-monitor.io via AI assistants like Claude.

71 installs/wk local only
Oecd MCP Server
by cyanheads

Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.

217 installs/wk 7 tools answering
Georgia Civic Data
by georgiacivicdata

Georgia education, Census, and immigration data: query, filter, aggregate, and link datasets.

12 tools answering
Treasury Fiscaldata MCP Server
by cyanheads

Query US Treasury national debt, interest rates, exchange rates, and fiscal datasets via MCP.

231 installs/wk 7 tools answering
AdAdvisor MCP Server
by adadvisor

Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.

answering
NYC Open Data
by pipeworx-io

NYC open data via Socrata SoQL — 311, transport, housing, permits, crime, health.

38 tools answering
LowlandData Procurement & Permit Alerts
by adrienhq

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

answering
RESET Verifica
by resetparatodos

Deterministic Mexican/LatAm verification + sanctions & PEP screening for AI agents. Pay via x402.

30 tools answering

Munimind MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Munimind MCP?
Munimind MCP 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 munimind-mcp was installed 98 times last week.
Is Munimind MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Munimind MCP?
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 munimind-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Munimind MCP?
The pypi package munimind-mcp was installed 98 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.