Skip to main content
Glama
aml25

Federal Register MCP Server

by aml25

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoThe port to run the HTTP server on when using HTTP mode3000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_executive_ordersA

Search for executive orders by president, year, date range, or keyword. Returns a list of matching executive orders with metadata including title, signing date, and document links.

get_executive_orderA

Get a specific executive order by its EO number (e.g., 14067). Returns detailed information including title, abstract, signing date, and links to full text.

get_executive_order_full_textA

Fetch the complete full text of a specific executive order by its EO number. The full text provides detailed policy language, specific directives, legal citations, and implementation details that are not available in abstracts or titles.

get_recent_executive_ordersA

Get executive orders signed in the last 30 days. Useful for monitoring recent executive actions.

get_documentA

Fetch a Federal Register document by its document number. Works for any document type (rules, notices, presidential documents). Document numbers are formatted as YYYY-NNNNN.

get_document_textA

Fetch the full plain text content of a Federal Register document. First use get_document to get the raw_text_url, then pass it here.

search_documentsA

Search all Federal Register documents with flexible filtering. Use for rules, proposed rules, notices, or presidential documents. Supports full-text search, date ranges, and filtering by agency or president.

search_presidential_memorandaB

Search for presidential memoranda by president, year, or keyword. Memoranda are similar to executive orders but typically used for less formal directives.

search_proclamationsA

Search for presidential proclamations by president, year, or keyword. Proclamations are formal announcements often used for holidays, awareness months, or trade actions.

get_public_inspection_documentsA

Get documents currently on public inspection (available before official publication in the Federal Register). Useful for seeing what will be published tomorrow.

get_agenciesA

Get a list of all federal agencies in the Federal Register system. Returns name, slug, and description for each agency.

get_agencyA

Get detailed information about a specific federal agency including description, URL, and recent document counts.

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/aml25/federal-register-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server