We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristianoaredes/mcp-dadosbr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCP DadosBR - Environment Variables
# Copy to .env and configure as needed
# ── Search Providers (at least one for search/intelligence tools) ──
TAVILY_API_KEY=
PERPLEXITY_API_KEY=
# ── Government & Legal APIs ──
TRANSPARENCIA_API_KEY=
DATAJUD_API_KEY=
# ── Transport ──
MCP_TRANSPORT=stdio # stdio (IDE) or http (web)
MCP_HTTP_PORT=3000
# ── API Endpoints (defaults work out of the box) ──
# CNPJ_API_BASE_URL=https://api.opencnpj.org/
# CEP_API_BASE_URL=https://opencep.com/v1/
# ── Cloudflare Workers (production only) ──
# MCP_API_KEY=your-secret # wrangler secret put MCP_API_KEY
# MCP_DISABLE_RATE_LIMIT=false
# ── Optional Tuning ──
# MCP_CACHE_SIZE=256
# MCP_CACHE_TTL=60000
# MCP_API_TIMEOUT=8000
# NODE_ENV=production
# LOG_LEVEL=info