AgentHubAgentHub

municipal-data

MCP ServerMCP Registry官方收录

com.munispot/municipal-data · v1.0.0

Financial data, credit scores, and economic indicators for 14,800+ U.S. municipalities.

概览

municipal-data 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "municipal-data": {
      "command": "npx",
      "args": [
        "-y",
        "@munispot/mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.munispot/municipal-data",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "municipal-data",
  "description": "Financial data, credit scores, and economic indicators for 14,800+ U.S. municipalities.",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@munispot/mcp",
        "version": "1.0.0",
        "transport": "stdio"
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://www.munispot.com/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.munispot/municipal-data",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.munispot%2Fmunicipal-data/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
municipal-data — MCP Server 安装与配置 · AgentHub