← Back to Plugins
MCP Server MCP

io.github.cammac-creator/openswissdata

github By github 👁 1 views ▲ 0 votes

Swiss customs (TARES), FINMA registry & NOGA/NACE/ISIC classifications. 9 MCP tools, free tier.

Homepage Verified source GitHub

Install

npx -y @openswissdata/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.openswissdata.com/jsonrpc"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@openswissdata/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Bearer token for higher quotas / Pro tools. Anonymous tier works without it (~100 req/day/IP).",
          "format": "string",
          "isSecret": true,
          "name": "OPENSWISSDATA_API_KEY"
        },
        {
          "description": "Override the remote MCP endpoint (default: https://mcp.openswissdata.com). Useful for staging or self-hosting.",
          "format": "string",
          "default": "https://mcp.openswissdata.com",
          "name": "OPENSWISSDATA_BASE_URL"
        },
        {
          "description": "Per-request timeout in milliseconds.",
          "format": "string",
          "default": "30000",
          "name": "OPENSWISSDATA_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...