Odel
mcp

mcp

Local
@synergic-apisTypeScriptUpdated 1mo ago

Official US data for AI agents: CPI inflation since 1913, famous prices, national debt since 1790.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@synergic-apis/mcpv0.1.2

Run

npx -y @synergic-apis/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@synergic-apis/mcp"
      ]
    }
  }
}