🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@munispot/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@munispot/mcp

MCP server for MuniSpot municipal financial data — connects any MCP client to 14,800+ US municipalities

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
43
53.57%
Maintainers
1
Weekly downloads
 
Created
Source

@munispot/mcp

MCP server for MuniSpot — query financial health scores, budgets, debt levels, and economic indicators for 14,800+ US municipalities.

Quick Start

Add to your MCP client config (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "munispot": {
      "url": "https://www.munispot.com/api/mcp",
      "headers": {
        "X-API-Key": "ms_live_your_key_here"
      }
    }
  }
}

Option 2: stdio (via npx)

{
  "mcpServers": {
    "munispot": {
      "command": "npx",
      "args": ["-y", "@munispot/mcp"],
      "env": {
        "MUNISPOT_API_KEY": "ms_live_your_key_here"
      }
    }
  }
}

Getting an API Key

  • Sign up at munispot.com
  • Subscribe to API Professional at /pricing
  • Create an API key at /account/api-keys

Free-tier keys (100 calls/month) also work for basic queries.

Tools

ToolDescriptionTier
search_municipalitiesSearch by name, state, sector, score range, populationAll
get_municipalityDetailed profile with full MuniScore breakdownAll
get_financialsACFR line items (balance sheet, income, obligations)Pro+
get_scores_historyMuniScore across all fiscal yearsAll
compare_municipalitiesSide-by-side comparison of 2-10 entitiesAll
get_economyEconomic/demographic data by EIN, CBSA, or stateAll

Examples

Ask your AI assistant:

  • "Find Ohio cities with a MuniScore below 50"
  • "Compare Austin TX and Denver CO finances"
  • "Show me the debt-to-revenue trend for Phoenix"
  • "What's the poverty rate in the Phoenix metro area?"

License

MIT

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts