← nzxplorer.co.nz
INDIVIDUAL MCP TOOL
get_performance
Get stock performance metrics for an NZX company.
LIVE ENDPOINT
https://mcp.nzxplorer.co.nz
Connect to this endpoint to inspect the live schema for get_performance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_companies— Search NZX-listed companies by name or ticker.get_company_detail— Get detailed info for a specific NZX company by ticker.get_governance_scores— Get Governance Risk Scores (GRS) for NZX companies.get_financials— Get financial statements for an NZX company.get_metrics— Get financial metrics/ratios for NZX companies.get_insider_trades— Get director share transactions (insider trades) for NZX companies.get_dividends— Get dividend history for an NZX company.get_earnings— Get earnings results for an NZX company.