mobilize-us-mcp-server

GreeneDems/mobilize-us-mcp-server
★ 0 stars Python API Integration Updated today
A mcp server for reading public mobilize us data
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mobilize-us-mcp-serv": {
      "command": "uvx",
      "args": [
        "mobilize-us-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mobilize-us-mcp-server

README Excerpt

This project exposes a read-only MCP server for Mobilize public API data, including organizations, events, and enums. - List organizations (useful as groups) - List promoted organizations for an organization - Get a public event by id - List organization events with filtering - Get an organization event