Skip to main content
Glama
mike-whypred

FRED API MCP Server

by mike-whypred

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FRED_API_KEYYesYour FRED API key from https://fred.stlouisfed.org/docs/api/api_key.html

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_fred_series_observationsC

Get series observations from the Fred API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of ambiguity or misselection. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

The single tool name follows a clear snake_case verb_noun convention. With only one tool, the naming is trivially consistent.

Tool Count2/5

One tool is too few for a server claiming to represent the FRED API, which has a broad range of endpoints. The apparent scope far exceeds what a single tool can cover.

Completeness1/5

The FRED API supports many resource types (series, categories, releases, sources, etc.) beyond just fetching observations. This server only exposes one observation endpoint, leaving the surface severely incomplete for the stated purpose.