← Back to Plugins
MCP Server MCP

io.github.Synergic-APIs/mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @synergic-apis/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@synergic-apis/mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Synergic APIs key. Get one free (500 req/mo, no credit card) at https://synergicapis.com/signup.html",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SYNERGIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...