Official US data for AI agents: CPI inflation since 1913, famous prices, national debt since 1790.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Synergic APIs β MCP Server.
get_us_inflation_latestLatest month of CPI for all 11 categories with YoY/MoM rates.
get_us_inflation_historyMonthly CPI history of one category (headline since 1913).
get_us_inflation_annualOfficial annual average CPI (M13, NSA). `limit=150` = whole headline series.
get_famous_pricesLatest basket of famous US prices, or one item's monthly history.
get_us_debt_latestThe US national debt today, to the penny.
get_us_debt_historyDaily debt (1993+, limit β€100) or annual fiscal-year-end debt (1790+, `limit=250` = whole series).
Official Model Context Protocol server for Synergic APIs: official US economic data for AI agents. It gives Claude, Cursor, and any MCP-capable client direct access to:
All amounts are JSON numbers, periods are YYYY-MM / YYYY-MM-DD, and missing
months in the official record are served as null β never invented.
npx included).The server runs over stdio via npx β no clone, no build.
Add to claude_desktop_config.json (Settings β Developer β Edit Config):
Add to ~/.cursor/mcp.json (or .cursor/mcp.json in your project):
| Variable | Required | Default | Description |
|---|---|---|---|
SYNERGIC_API_KEY | yes | β | Your API key. Sent as X-Api-Key on every request. |
SYNERGIC_GATEWAY_URL | no | https://api.synergicapis.com | Gateway base URL (override for testing). |
| Tool | What it does | Key arguments |
|---|---|---|
get_us_inflation_latest | Latest month of CPI for all 11 categories with YoY/MoM rates. | adjusted (optional) |
get_us_inflation_history | Monthly CPI history of one category (headline since 1913). | category, start/end (YYYY-MM), limit (β€100), adjusted |
get_us_inflation_annual | Official annual average CPI (M13, NSA). limit=150 = whole headline series. | category, start/end (YYYY), limit (β€150) |
get_famous_prices | Latest basket of famous US prices, or one item's monthly history. | item (optional), start/end (YYYY-MM), limit (β€100) |
get_us_debt_latest | The US national debt today, to the penny. | β |
get_us_debt_history | Daily debt (1993+, limit β€100) or annual fiscal-year-end debt (1790+, limit=250 = whole series). | frequency (daily/annual), start/end (YYYY-MM-DD), limit |
get_us_interest_rates | Latest Treasury avg interest rate per security class, or one class's monthly history (2001+). | security_class (optional), start/end (YYYY-MM-DD), limit (β€100) |
get_my_usage | Plan, requests used, monthly limit and reset date of your key. | β |
History tools paginate by period range: when a response's meta.next_end is not
null, call the tool again with end set to that value to get older data.
Ask your assistant things like:
env block of your MCP client config (see above) and
restart the client.sk_.... Get a fresh one at
synergicapis.com/signup.html.get_my_usage for details, wait for the 1st (UTC), or
upgrade at synergicapis.com/pricing.html.npx not on the PATH used by
the client. Running npx -y @synergic-apis/mcp in a terminal should print
ready on stdio to stderr and then wait for input.SYNERGIC_GATEWAY_URL at
your gateway; the server only ever issues GET requests with X-Api-Key.Data: U.S. Bureau of Labor Statistics and U.S. Treasury Fiscal Data (public domain; this product is not endorsed by or affiliated with either agency). Code: MIT.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-209)<a href="https://allmcps.com/mcp/mcp-209"><img src="https://allmcps.com/api/badge/mcp-209?style=directory" alt="Synergic APIs β MCP Server on AllMCPs" /></a>