
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@synergic-apis/mcp
Advanced tools
Official MCP server for Synergic APIs — US inflation (CPI), famous prices, and US national debt data for AI agents.
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):
{
"mcpServers": {
"synergic-apis": {
"command": "npx",
"args": ["-y", "@synergic-apis/mcp"],
"env": {
"SYNERGIC_API_KEY": "YOUR_API_KEY"
}
}
}
}
claude mcp add synergic-apis --env SYNERGIC_API_KEY=YOUR_API_KEY -- npx -y @synergic-apis/mcp
Add to ~/.cursor/mcp.json (or .cursor/mcp.json in your project):
{
"mcpServers": {
"synergic-apis": {
"command": "npx",
"args": ["-y", "@synergic-apis/mcp"],
"env": {
"SYNERGIC_API_KEY": "YOUR_API_KEY"
}
}
}
}
| 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.npm install
npm run typecheck # tsc --noEmit (strict)
npm test # vitest — tool→request mapping + error mapping, fetch mocked
npm run build # emits dist/ and the synergic-apis-mcp bin
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.
FAQs
Official MCP server for Synergic APIs — US inflation (CPI), famous prices, and US national debt data for AI agents.
We found that @synergic-apis/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.