Fedspeak MCP Server
@milind-kulshrestha
关于 Fedspeak MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fedspeak_mcp_server": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
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
概览
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.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
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
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论