We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python dependencies for CanadaGPT data-pipeline
# Lightweight updater for Cloud Run deployment
# Neo4j driver
neo4j>=5.0.0,<6.0.0
# HTTP requests
requests>=2.31.0
httpx>=0.25.0
# HTML parsing (required by fedmcp OpenParliament client)
beautifulsoup4>=4.12.0
# Environment variables
python-dotenv>=1.0.0
# Logging
loguru>=0.7.0
# Progress bars
tqdm>=4.66.0
# PostgreSQL adapter (required by fedmcp_pipeline utils)
psycopg2-binary>=2.9.0