Mobilize US MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mobilize US MCP Serverlist events for organization 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mobilize US MCP Server
This project exposes a read-only MCP server for Mobilize public API data, including organizations, events, and enums.
What It Supports
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
List deleted organization events
Get enum metadata
Related MCP server: Healthpoint MCP Server
API Source
The implementation follows the public Mobilize API docs: mobilizeamerica/api
Base URL: https://api.mobilize.us/v1
Setup
Install dependencies:
uv pip install -r requirements.txtAdd environment variables to .env if needed:
MOBILIZE_API_KEY=your_optional_api_key
MOBILIZE_API_BASE_URL=https://api.mobilize.us/v1
MOBILIZE_HTTP_TIMEOUT=20Notes:
Most tools are public and work without an API key.
If you have privileged access, set MOBILIZE_API_KEY to include authenticated fields where supported.
Run Locally
Use uv with MCP CLI compatibility for FastMCP:
uv run --with "mcp[cli]<2" --with python-dotenv --with requests mcp run server.pyClaude Desktop Config Snippet
{
"mcpServers": {
"MobilizeUSMCP": {
"cwd": "C:/Users/CarlF/workspace/GCDP/communication-management/mobilize-us-mcp-server",
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]<2",
"--with",
"python-dotenv",
"--with",
"requests",
"mcp",
"run",
"C:/Users/CarlF/workspace/GCDP/communication-management/mobilize-us-mcp-server/server.py"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceRead-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.Last updated33MIT
- AlicenseAqualityAmaintenanceRead-only MCP server for licensed Healthpoint HL7 FHIR API access.Last updated101Apache 2.0
- FlicenseBqualityBmaintenanceRead-only MCP server wrapping the Redash REST API, enabling query listing, execution, data source inspection, and dashboard retrieval with optional per-user API key support.Last updated7
- AlicenseAqualityCmaintenanceRead-only MCP server for Favro, providing tools to list organizations, collections, boards, cards, comments, checklists, and search cards via the Favro API.Last updated141301MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GreeneDems/mobilize-us-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server