Fedspeak MCP Server
@milind-kulshrestha
About Fedspeak MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fedspeak_mcp_server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
4Search Federal Reserve statements semantically
Get metadata about available FOMC statements
Analyze trends in Federal Reserve language over time
Get the most recent FOMC statement with full text
Overview
What is Fedspeak MCP Server?
Fedspeak MCP Server is a Model Context Protocol server for accessing and analyzing Federal Reserve (FOMC) statements. It provides tools for semantic search, metadata retrieval, trend analysis, and full statement access, handling all data retrieval and processing behind a clean interface for MCP‑compatible clients.
How to use Fedspeak MCP Server?
Install via pip or with uv (Python 3.10+). Set the FEDSPEAK_API_ENDPOINT environment variable (a default is provided). Run using fedspeak or python -m fedspeak. For use with Claude Desktop, add the server configuration to claude_desktop_config.json pointing to the uv‑managed package.
Key features of Fedspeak MCP Server
- Semantically search FOMC statements by topic, date, or content
- Get metadata about available FOMC statements
- Analyze language trends in Federal Reserve statements over time
- Access full statement content as resources
- Use pre‑defined prompt templates for common analysis tasks
Use cases of Fedspeak MCP Server
- Quickly find relevant Fed statements on a specific economic topic
- Analyze how the Fed’s language has changed across different meetings
- Retrieve the most recent FOMC statement with full text
- Explore the collection of available FOMC statements and their metadata
FAQ from Fedspeak MCP Server
What does Fedspeak MCP Server do?
It provides an MCP interface for accessing and analyzing Federal Reserve (FOMC) statements, including semantic search, metadata, trend analysis, and resource access.
What are the dependencies for running the server?
Python 3.10 or higher is required. No additional configuration for data access is needed; all connections are handled automatically via the backend API.
Where does the FOMC data live?
The server connects to a backend API service (default https://fedspeak-mcp-backend-671377599496.us-central1.run.app) that handles all database operations and FOMC statement retrieval.
How do I configure the server?
Set environment variables: FEDSPEAK_API_ENDPOINT (API URL), LOG_LEVEL, and LOG_FILE. No additional data‑access configuration is required.
What tools are available?
The server provides search_fomc_statements, get_fomc_metadata, analyze_fomc_trends, and get_latest_statement, along with three prompt templates for guidance.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments