{"id":29114209,"url":"https://github.com/stefanoamorelli/fred-mcp-server","last_synced_at":"2025-06-29T11:08:10.618Z","repository":{"id":292887378,"uuid":"981791515","full_name":"stefanoamorelli/fred-mcp-server","owner":"stefanoamorelli","description":"Open-source FRED MCP Server (Federal Reserve Economic Data)","archived":false,"fork":false,"pushed_at":"2025-06-01T16:43:57.000Z","size":204,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T02:09:06.291Z","etag":null,"topics":["data","data-analysis-project","finance","financial-analysis","genai","llm","mcp","mcp-server","model-context-protocol","model-context-protocol-server"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fred-mcp-server","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanoamorelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-11T22:10:47.000Z","updated_at":"2025-06-01T16:44:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9018b03d-ac0b-472a-95c2-8e401f1f0d7b","html_url":"https://github.com/stefanoamorelli/fred-mcp-server","commit_stats":null,"previous_names":["stefanoamorelli/fred-mcp-server"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/stefanoamorelli/fred-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoamorelli%2Ffred-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoamorelli%2Ffred-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoamorelli%2Ffred-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoamorelli%2Ffred-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanoamorelli","download_url":"https://codeload.github.com/stefanoamorelli/fred-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanoamorelli%2Ffred-mcp-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262581398,"owners_count":23331914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","data-analysis-project","finance","financial-analysis","genai","llm","mcp","mcp-server","model-context-protocol","model-context-protocol-server"],"created_at":"2025-06-29T11:06:11.596Z","updated_at":"2025-06-29T11:08:10.594Z","avatar_url":"https://github.com/stefanoamorelli.png","language":"TypeScript","funding_links":[],"categories":["Stock Market","Community Servers","Finance \u0026 Fintech","MCP Servers for Economic Data","MCP Servers","📦 Other","Multi-Agent Collaboration Systems"],"sub_categories":["Data Providers","How to Submit","Market Data","Academic Data MCP Servers"],"readme":"# Federal Reserve Economic Data MCP Server\n\n[![smithery badge](https://smithery.ai/badge/@stefanoamorelli/fred-mcp-server)](https://smithery.ai/server/@stefanoamorelli/fred-mcp-server)\n\n\u003e [!IMPORTANT]\n\u003e *Disclaimer*: This open-source project is not affiliated with, sponsored by, or endorsed by the *Federal Reserve* or the *Federal Reserve Bank of St. Louis*. \"FRED\" is a registered trademark of the *Federal Reserve Bank of St. Louis*, used here for descriptive purposes only.\n\nA Model Context Protocol (`MCP`) server for accessing Federal Reserve Economic Data ([FRED®](https://fred.stlouisfed.org/)) financial datasets.\n\nhttps://github.com/user-attachments/assets/66c7f3ad-7b0e-4930-b1c5-a675a7eb1e09\n\n\u003e [!TIP]\n\u003e If you use this project in your research or work, please cite it using the [CITATION.cff](CITATION.cff) file, or the APA format below:\n\n`Amorelli, S. (2025). Federal Reserve Economic Data MCP (Model Context Protocol) Server [Computer software]. GitHub. https://github.com/stefanoamorelli/fred-mcp-server`\n\n\n## Installation\n\n### Installing via Smithery\n\nTo install Federal Reserve Economic Data Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@stefanoamorelli/fred-mcp-server):\n\n```bash\nnpx -y @smithery/cli install @stefanoamorelli/fred-mcp-server --client claude\n```\n\n### Manual Installation\n\n1.  Clone the repository:\n    ```bash\n    git clone https://github.com/stefanoamorelli/fred-mcp-server.git\n    cd fred-mcp-server\n    ```\n2.  Install dependencies:\n    ```bash\n    pnpm install\n    ```\n3.  Build the project:\n    ```bash\n    pnpm build\n    ```\n\n## Configuration\n\nThis server requires a FRED® API key. You can obtain one from the [FRED® website](https://fred.stlouisfed.org/docs/api/api_key.html).\n\nInstall the server, for example, on [Claude Desktop](https://claude.ai/download), modify the `claude_desktop_config.json` file and add the following configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"FRED MCP Server\": {\n      \"command\": \"/usr/bin/node\",\n      \"args\": [\n        \"\u003cPATH_TO_YOUR_CLONED_REPO\u003e/fred-mcp-server/build/index.js\"\n      ],\n      \"env\": {\n        \"FRED_API_KEY\": \"\u003cYOUR_API_KEY\u003e\"\n      }\n    }\n  }\n}\n```\n\n## Available Tools\n\n\u003cdetails\u003e\n\u003csummary\u003eCommon Parameters\u003c/summary\u003e\n\nAll tools accept these optional parameters:\n\n* `start_date` (string): Start date in `YYYY-MM-DD` format.\n* `end_date` (string): End date in `YYYY-MM-DD` format.\n* `limit` (number): Maximum number of observations to return.\n* `sort_order` (\"asc\" | \"desc\"): Sort order of observations.\n\n\u003c/details\u003e\nThe following endpoints fetch individual FRED® series using these parameters.\n\n### `RRPONTSYD`\n\n*   **Description**: Retrieve data for *Overnight Reverse Repurchase Agreements* (`RRPONTSYD`)\n\n### `CPIAUCSL`\n\n*   **Description**: Retrieve data for *Consumer Price Index for All Urban Consumers* (`CPIAUCSL`)\n\n### `MORTGAGE30US`\n\n*   **Description**: Retrieve data for *30-Year Fixed Rate Mortgage Average in the United States* (`MORTGAGE30US`)\n\n### `T10Y2Y`\n\n*   **Description**: Retrieve data for *10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant Maturity* (`T10Y2Y`)\n\n### `UNRATE`\n\n*   **Description**: Retrieve data for *Unemployment Rate* (`UNRATE`)\n\n### `WALCL`\n\n*   **Description**: Retrieve data for *Federal Reserve Total Assets* (`WALCL`)\n\n### `GDP`\n\n*   **Description**: Retrieve data for *Gross Domestic Product* (`GDP`)\n\n### `GDPC1`\n\n*   **Description**: Retrieve data for *Real Gross Domestic Product* (`GDPC1`)\n\n### `DGS10`\n\n*   **Description**: Retrieve data for *10-Year Treasury Constant Maturity Rate* (`DGS10`)\n\n### `CSUSHPINSA`\n\n*   **Description**: Retrieve data for *S\u0026P/Case-Shiller U.S. National Home Price Index* (`CSUSHPINSA`)\n\n### `BAMLH0A0HYM2`\n\n*   **Description**: Retrieve data for *ICE BofA US High Yield Index Option-Adjusted Spread* (`BAMLH0A0HYM2`)\n\n### `T10YIE`\n\n*   **Description**: Retrieve data for *10-Year Breakeven Inflation Rate* (`T10YIE`)\n\n### `FPCPITOTLZGUSA`\n\n*   **Description**: Retrieve data for *Inflation, consumer prices for the United States* (`FPCPITOTLZGUSA`)\n\n### `MSPUS`\n\n*   **Description**: Retrieve data for *Median Sales Price of Houses Sold for the United States* (`MSPUS`)\n\n### `M1SL`\n\n*   **Description**: Retrieve data for *M1 Money Stock* (`M1SL`)\n\n### `DRCCLACBS`\n\n*   **Description**: Retrieve data for *Delinquency Rate on Credit Card Loans, All Commercial Banks* (`DRCCLACBS`)\n\n### `DFII10`\n\n*   **Description**: Retrieve data for *Market Yield on U.S. Treasury Securities at 10-Year Constant Maturity, Inflation-Indexed (Daily)* (`DFII10`)\n\n### `FII10`\n\n*   **Description**: Retrieve data for *Market Yield on U.S. Treasury Securities at 10-Year Constant Maturity, Inflation-Indexed (Monthly)* (`FII10`)\n\n### `WFII10`\n\n*   **Description**: Retrieve data for *Market Yield on U.S. Treasury Securities at 10-Year Constant Maturity, Inflation-Indexed (Weekly)* (`WFII10`)\n\n### `RIFLGFCY10XIINA`\n\n*   **Description**: Retrieve data for *Market Yield on U.S. Treasury Securities at 10-Year Constant Maturity, Inflation-Indexed (Annual)* (`RIFLGFCY10XIINA`)\n\n## Testing\n\nSee [TESTING.md](./TESTING.md) for more details.\n\n```bash\n# Run all tests\npnpm test\n\n# Run specific tests\npnpm test:registry\n```\n\n## 📄 License\n\n[Apache 2.0 License](LICENSE) © 2025 [Stefano Amorelli](https://amorelli.tech)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanoamorelli%2Ffred-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanoamorelli%2Ffred-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanoamorelli%2Ffred-mcp-server/lists"}