fred-mcp-server
Related Servers
Alternatives to fred-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that wraps the Federal Reserve Economic Data (FRED) API, providing access to over 800,000 economic time series like GDP and unemployment. It enables AI agents to search for data, retrieve metadata, and fetch historical observations directly from the St. Louis Fed.-
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools to search and retrieve economic data series from the Federal Reserve Economic Data (FRED) API.2455 npm11AGPL 3.0
- FlicenseAqualityDmaintenanceA local MCP server that gives Claude and other MCP clients access to Federal Reserve Economic Data (FRED) — 800,000+ economic time series covering GDP, inflation, employment, interest rates, and more.32-
- FlicenseNot gradedqualityDmaintenanceFastMCP server for querying FRED financial and macroeconomic data, providing tools to search and retrieve economic indicators.-
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP server providing access to all FRED API endpoints with intelligent large data handling, project-based storage, and async job processing for AI assistants like Claude.11 PyPIMIT
- AlicenseBqualityCmaintenanceAn MCP server that provides economic intelligence using FRED data, including series search, metadata, observations, comparisons, and a curated macroeconomic knowledge graph with GraphRAG, digital twin simulation, and explainability.13MIT
TDQS
Scored across 33 tools
Most tools are scoped to a distinct FRED entity, but the many tag-related variants (fred_tags, fred_related_tags, fred_series_tags, fred_series_search_tags, fred_series_search_related_tags, fred_category_tags, fred_release_tags) overlap in purpose and could easily be misselected. Singular/plural pairs like fred_releases/fred_release and fred_releases_dates/fred_release_dates also create avoidable ambiguity.
The snake_case fred_<entity>_<detail> and geofred_<detail> patterns are mostly consistent and readable. Minor inconsistencies exist: fred_related_tags doesn't follow the same entity-action structure, and plural/singular pairs like fred_sources vs fred_source alternate between list-all and get-one without a uniform prefix like 'list_' or 'get_'.
At 33 tools, this is well beyond the comfortable MCP scope and would overwhelm an agent trying to pick the right endpoint. While each tool maps to a real FRED API endpoint, several could be consolidated, making the surface heavier than necessary for agent use.
The server covers the full FRED domain: categories, releases, series, observations, sources, tags, updates, vintage dates, and GeoFRED regional data. Since FRED is a read-only data API, the absence of create/update/delete operations is appropriate, and there are no obvious dead-end workflows.