fred-economic-intelligence-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fred-economic-intelligence-mcpWhat is the current unemployment rate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FRED Agentic Economic Intelligence MCP
An open-source, MCP-native economic intelligence server built on the Federal Reserve Economic Data API. The project combines deterministic FRED tools with a curated economic knowledge graph, graph-enhanced retrieval, explainability, an Economic Digital Twin, scenario simulation, and a LangGraph-compatible multi-agent workflow.
Capabilities
FRED series search, metadata, observations, comparison, snapshots, and calendar-aware growth calculations
MCP tools for economic graph queries and evidence retrieval
Curated macroeconomic knowledge graph with transparent edges and confidence metadata
Lightweight GraphRAG using graph traversal plus local evidence retrieval
Economic Digital Twin with growth, inflation, labor, policy, housing, and financial-condition states
Directional scenario simulation with propagation traces and explicit limitations
Explainability through data provenance, domain attribution, graph paths, and citations
Supervisor-led multi-agent workflow compatible with LangGraph
Deterministic fallback mode that does not require an LLM API key
Related MCP server: FRED MCP Server
Important scope statement
This is a research-grade decision-support project. The digital twin and scenario engine are transparent directional models, not validated causal macroeconomic forecasts or investment advice.
Install
uv syncCreate a .env file locally:
FRED_API_KEY=your_fred_api_keyNever commit the .env file.
Run
uv run python -m fred_economic_intelligence_mcp.serverOr:
uv run fred-economic-intelligence-mcpMain MCP tools
FRED data
health_checksearch_seriesget_series_metadataget_series_observationscompare_serieslatest_snapshotcalculate_growth_rate
Agentic intelligence
query_economic_graphretrieve_economic_evidencebuild_economic_digital_twinsimulate_economic_scenarioexplain_economic_signalrun_agent_workflow
Normalized signal convention
Digital-twin inputs use values from -1.0 to 1.0:
positive: indicator increased or strengthened
negative: indicator decreased or weakened
zero: neutral or unavailable
The twin applies indicator-specific interpretation. For example, increases in unemployment or initial claims contribute negatively to labor-market strength.
Example:
{
"CPIAUCSL": 0.25,
"UNRATE": 0.40,
"PAYEMS": -0.10,
"HOUST": -0.30,
"T10Y2Y": -0.50
}Scenario shocks
Supported MVP shocks:
policy_rate_changeunemployment_changeinflation_change
Example:
{
"policy_rate_change": -0.5
}Test
uv run pytest -v --cov=fred_economic_intelligence_mcp --cov-report=term-missingOpen-source release
Before publishing, ensure .env, .venv, .coverage, caches, and Git internals are excluded from the archive and repository.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/prithvi1029/fred-economic-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server