Skip to main content
Glama

propublica-mcp

wrangler.toml•550 B
name = "propublica-mcp" main = "src/propublica_mcp/server.py" compatibility_date = "2024-01-01" compatibility_flags = ["nodejs_compat"] [vars] LOG_LEVEL = "INFO" API_RATE_LIMIT = "60" PROPUBLICA_API_BASE_URL = "https://projects.propublica.org/nonprofits/api/v2" # Enable Python support through custom build [build] command = "echo 'Python MCP server - no build step required'" cwd = "." # Runtime configuration for Python [env.production.vars] LOG_LEVEL = "INFO" API_RATE_LIMIT = "60" [env.staging.vars] LOG_LEVEL = "DEBUG" API_RATE_LIMIT = "30"

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/asachs01/propublica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server