us-eli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| US_ELI_API_KEY | No | API key for Congress.gov API. Get your own free key at https://api.congress.gov/sign-up/ | DEMO_KEY |
| US_ELI_BASE_URL | No | Base URL for the Congress.gov API | https://api.congress.gov/v3 |
| US_ELI_AUDIT_DIR | No | Directory for audit logs | ~/.matematic/audit |
| US_ELI_CACHE_DIR | No | Directory for caching API responses | ~/.matematic/cache/us-eli |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| us_search_billsA | List US federal bills of a given congress and bill type. |
| us_get_billA | Fetch full detail (including latest action/status) for one bill. |
| us_list_code_packagesA | List enacted-law packages in a GovInfo collection modified since a given date. |
| us_get_code_packageA | Fetch metadata and content-format download links for one GovInfo package. |
| us_search_federal_registerA | Full-text search over Federal Register documents (1994-present, keyless). |
| us_get_federal_register_docA | Fetch full metadata for one Federal Register document. |
| us_search_case_lawA | Full-text search over 8M+ US court opinions (CourtListener, keyless). The headline value is STATE case law - no other tool in this server covers state courts. Federal courts are searchable too, but dedicated CourtListener MCP wrappers exist for heavy federal case-law work. |
| us_get_caseA | Fetch one opinion cluster by its CourtListener Uses the keyless search endpoint with a |
| us_search_cfr_sectionsA | Full-text search over the CURRENT Code of Federal Regulations (eCFR, keyless). Unlike the GovInfo |
| us_get_cfr_section_historyA | Fetch the amendment history (point-in-time versions) of one CFR section. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/matematicsolutions/us-eli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server