← Back to Plugins
MCP Server MCP

io.github.mambaventures/nzxplorer-mcp

github By github 👁 1 views ▲ 0 votes

NZX (New Zealand stock exchange) data: governance scores, financials, insider trades, boards

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.nzxplorer.co.nz"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nzxplorer-mcp",
      "version": "1.36.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "NZXplorer API key — free at https://nzxplorer.co.nz/developers. Unlocks the full 55-tool set; the remote URL above needs no key for 30 read-only tools.",
          "isRequired": true,
          "isSecret": true,
          "name": "NZXPLORER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...