We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amurshak/congressMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file: https://smithery.ai/docs/build/project-config
runtime: "container"
startCommand:
type: "http"
configSchema:
type: "object"
required: ["CONGRESS_API_KEY"]
properties:
CONGRESS_API_KEY:
type: "string"
title: "Congress API Key"
description: "Congress.gov API key for accessing legislative data. Get yours at https://api.congress.gov/sign-up/"
exampleConfig:
CONGRESS_API_KEY: "your-congress-api-key-here"