Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
US_ELI_API_KEYNoAPI key for Congress.gov API. Get your own free key at https://api.congress.gov/sign-up/DEMO_KEY
US_ELI_BASE_URLNoBase URL for the Congress.gov APIhttps://api.congress.gov/v3
US_ELI_AUDIT_DIRNoDirectory for audit logs~/.matematic/audit
US_ELI_CACHE_DIRNoDirectory for caching API responses~/.matematic/cache/us-eli

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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 cluster_id.

Uses the keyless search endpoint with a cluster_id:{id} field query (the authenticated /clusters/{id}/ endpoint is deliberately not used).

us_search_cfr_sectionsA

Full-text search over the CURRENT Code of Federal Regulations (eCFR, keyless).

Unlike the GovInfo CFR collection (annual-edition snapshots), the eCFR is amended through days ago and every hit carries the exact CFR hierarchy (title/part/section) plus an excerpt.

us_get_cfr_section_historyA

Fetch the amendment history (point-in-time versions) of one CFR section.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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