Data Collection
nzxplorer.co.nz
Provides financial and governance data for NZX-listed companies.
ENDPOINT 1
https://mcp.nzxplorer.co.nz
MCP server metadata
- Name
- nzxplorer-mcp
- Version
- 1.56.0
Known tools 29
get_insider_tradesGet director share transactions (insider trades) for NZX companies.
Inferred read-onlyget_board_changesGet director appointment, resignation, and retirement events for an NZX company.
Inferred read-onlysearch_announcementsFull-text search across 64,000+ NZX market announcements (2017-present), including 62,500+ with extracted PDF text.
Inferred read-onlyget_shareholdersGet top 20 shareholders and substantial holders (5%+) for an NZX company.
Inferred read-onlyget_substantial_holdersGet substantial shareholders (5%+ voting rights) for an NZX company from NZX disclosure notices.
Inferred read-onlyget_management_teamGet the management team (C-suite executives) for an NZX company.
Inferred read-onlyget_market_signalsGet the Market Intelligence Feed — a unified stream of all NZX market events.
Inferred read-onlyget_daily_market_wrapGet the daily NZX market wrap — a market-wide digest covering all active NZX issuers.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nzxplorer-mcp]
url = "https://mcp.nzxplorer.co.nz"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nzxplorer-mcp": {
"type": "http",
"url": "https://mcp.nzxplorer.co.nz"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nzxplorer-mcp
Remote MCP URL: https://mcp.nzxplorer.co.nz
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nzxplorer-mcp": {
"url": "https://mcp.nzxplorer.co.nz"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nzxplorer-mcp": {
"type": "http",
"url": "https://mcp.nzxplorer.co.nz"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nzxplorer-mcp",
"transport": "streamable-http",
"url": "https://mcp.nzxplorer.co.nz"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.