Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.mambaventures/nzxplorer-mcp

REMOTE · MCP.NZXPLORER.CO.NZ · 2 COMPONENTS · SCANNED SEP 20

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

+3 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability73
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3985 tokens (~137/item across 29 items; 29 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management70
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 17 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 29 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.mambaventures/nzxplorer-mcp server?

io.github.mambaventures/nzxplorer-mcp is a hosted endpoint at https://mcp.nzxplorer.co.nz/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.nzxplorer.co.nz

# add to Claude Code
claude mcp add --transport http mambaventures-nzxplorer-mcp 'https://mcp.nzxplorer.co.nz/'
// .cursor/mcp.json
{
  "mcpServers": {
    "mambaventures-nzxplorer-mcp": {
      "url": "https://mcp.nzxplorer.co.nz/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mambaventures-nzxplorer-mcp": {
      "type": "http",
      "url": "https://mcp.nzxplorer.co.nz/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.mambaventures-nzxplorer-mcp]
url = "https://mcp.nzxplorer.co.nz/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mambaventures-nzxplorer-mcp": {
      "type": "remote",
      "url": "https://mcp.nzxplorer.co.nz/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mambaventures-nzxplorer-mcp --url 'https://mcp.nzxplorer.co.nz/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  mambaventures-nzxplorer-mcp:
    url: "https://mcp.nzxplorer.co.nz/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mambaventures-nzxplorer-mcp": {
      "Transport": "http",
      "Url": "https://mcp.nzxplorer.co.nz/"
    }
  }
}
# add to Vellum
assistant mcp add mambaventures-nzxplorer-mcp -t streamable-http -u 'https://mcp.nzxplorer.co.nz/'
// mcp.json
{
  "mcpServers": {
    "mambaventures-nzxplorer-mcp": {
      "type": "http",
      "url": "https://mcp.nzxplorer.co.nz/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 17 Sept 26 +3
    • Stability: pass → fail security
    • A breaking change shipped without a version bump: still 1.56.0 security
    • Authorization: unverified → partial security
    • “get_revenue_segments” changed the type of “limit”: number → integer functional
    • “get_metrics” changed the type of “limit”: number → integer functional
    • “get_market_signals” changed the type of “limit”: number → integer functional
    • “get_market_signals” changed the type of “days”: number → integer functional
    • “get_insider_trades” changed the type of “limit”: number → integer functional
    • “get_insider_trades” changed the type of “days”: number → integer functional
    • “get_governance_scores” changed the type of “limit”: number → integer functional
    • “get_stock_prices” changed the type of “days”: number → integer functional
    • “get_takeovers” changed the type of “limit”: number → integer functional
    • “search_announcements” changed the type of “limit”: number → integer functional
    • “search_companies” changed the type of “limit”: number → integer functional
    • “get_financials” changed the type of “limit”: number → integer functional
    • “get_earnings” changed the type of “limit”: number → integer functional
    • “get_dividends” changed the type of “limit”: number → integer functional
    • “get_directors” changed the type of “limit”: number → integer functional
    • “get_daily_market_wrap” changed the type of “days”: number → integer functional
    • “get_credit_ratings” changed the type of “limit”: number → integer functional
    • “get_capital_raises” changed the type of “limit”: number → integer functional
    • “get_board_changes” changed the type of “limit”: number → integer functional
    • Tool “get_revenue_segments” now declares an output schema functional
    • Tool “get_performance” now declares an output schema functional
    • Tool “get_metrics” now declares an output schema functional
    • Tool “get_market_signals” now declares an output schema functional
    • Tool “get_management_team” now declares an output schema functional
    • Tool “get_insider_trades” now declares an output schema functional
    • Tool “get_governance_scores” now declares an output schema functional
    • Tool “get_kiwisaver_holdings” now declares an output schema functional
    • Tool “get_shareholders” now declares an output schema functional
    • Tool “get_stock_prices” now declares an output schema functional
    • Tool “get_substantial_holders” now declares an output schema functional
    • Tool “get_takeovers” now declares an output schema functional
    • Tool “get_technical_signals” now declares an output schema functional
    • Tool “read_announcement” now declares an output schema functional
    • Tool “search_announcements” now declares an output schema functional
    • Tool “search_companies” now declares an output schema functional
    • Tool “get_financials” now declares an output schema functional
    • Tool “get_esg_data” now declares an output schema functional
    • Tool “get_earnings” now declares an output schema functional
    • Tool “get_dividends” now declares an output schema functional
    • Tool “get_directors” now declares an output schema functional
    • Tool “get_director_detail” now declares an output schema functional
    • Tool “get_daily_market_wrap” now declares an output schema functional
    • Tool “get_credit_ratings” now declares an output schema functional
    • Tool “get_company_detail” now declares an output schema functional
    • Tool “get_capital_raises” now declares an output schema functional
    • Tool “get_board_changes” now declares an output schema functional
    • Tool “get_annual_reports” now declares an output schema functional
    • Tool “get_agm_resolutions” now declares an output schema functional
    • First check of Tool coverage: 100 functional
  • 16 Sept 26 0
    • Tool “search_announcements” rewrote its description, which is the text the model reads security
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 4 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 3 Sept 26 0
    • Stability: 0.97 → pass security
  • 2 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.nzxplorer.co.nz

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=nzxplorer.co.nz CN=YE1,O=Let's Encrypt,C=US 13 Sept 2026 12 Dec 2026 ECDSA 256 ECDSA-SHA384 555bec0808e9365b5560127be68ccf1be74
SANs: *.charitydata.co.nz, *.iwidata.co.nz, *.nzxplorer.co.nz, *.publicdata.co.nz, charitydata.co.nz, iwidata.co.nz, nzxplorer.co.nz, publicdata.co.nz
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.nzxplorer.co.nz. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
nz. present 38240, 62081 8, 8 Verified
co.nz. present 44239, 46066 8, 8 Verified
nzxplorer.co.nz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.nzxplorer.co.nz Verified 200
http (plaintext) http://mcp.nzxplorer.co.nz HTTPS enforced 301 https://mcp.nzxplorer.co.nz/
MCP tools · 29 exposed · ~3,985 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_agm_resolutions ~72

Get AGM resolution voting data for an NZX company. Shows resolutions, votes for/against/abstain, pass/fail status, support percentages. Use for governance and shareholder activism analysis.

NameTypeReqDescription
tickerstringyesNZX ticker symbol
yearstringFilter by meeting year
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_annual_reports ~111

Get annual and interim report URLs for an NZX company. Shows report URLs, financial year, extraction status. Use this when asked about a company's annual reports, filings, or report history.

NameTypeReqDescription
tickerstringyesNZX ticker symbol (e.g. "AIR", "FPH")
typestringFilter: "annual" or "interim"
yearstringFiscal year or range (e.g. "2024" or "2020-2024")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_board_changes ~116

Get director appointment, resignation, and retirement events for an NZX company. Shows board composition changes over time with dates and reasons.

NameTypeReqDescription
actionstringFilter by action type: appointed, resigned, retired, removed, elected, re-elected
fromstringStart date YYYY-MM-DD
limitintegerMax results (default 50)
tickerstringyesNZX ticker symbol (e.g., FPH, AIR)
tostringEnd date YYYY-MM-DD
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_capital_raises ~176

Get capital raise history for an NZX company. Includes placements, rights issues, SPPs, IPOs, bonds, buybacks, DRPs with amounts, pricing, and dilution. ~11,700 structured events across 131 issuers.

NameTypeReqDescription
buybacksstringSet to "true" to only show buybacks
limitintegerMax results
tickerstringyesNZX ticker symbol (e.g. "AIR", "FBU", "RYM")
typestringComma-separated raise types: placement, rights_issue, spp, ipo, bond, buyback, drp, options_exercise, employee_scheme, conversion
yearstringYear or range (e.g. "2024" or "2020-2024")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_company_detail ~93

Get detailed info for a specific NZX company by ticker. Can include directors, financials, governance score, and latest stock price.

NameTypeReqDescription
includestringComma-separated includes: directors, financials, governance, price, all (e.g. "governance,price")
tickerstringyesNZX ticker symbol (e.g. "AIR", "FPH", "MEL")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_credit_ratings ~161

Get credit rating history for an NZX company. Shows S&P, Moody's, Fitch, AM Best ratings with upgrades, downgrades, and outlook changes. ~20 NZX companies have credit ratings.

NameTypeReqDescription
actionstringFilter by action: affirmed, upgraded, downgraded, assigned, withdrawn
agencystringFilter by agency: "S&P", "Moody's", "Fitch", "AM Best"
limitintegerMax results
tickerstringyesNZX ticker symbol (e.g. "ANZ", "MEL", "SPK")
yearstringYear or range (e.g. "2024" or "2020-2024")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_daily_market_wrap ~121

Get the daily NZX market wrap — a market-wide digest covering all active NZX issuers. Returns price moves, market breadth (gainers/decliners/unchanged), announcements, insider trades, upcoming dividends, board changes, plus AI-generated video script and written narrative summary. Use when asked about overall market conditions, today's market, what happened on the NZX, or market summary.

NameTypeReqDescription
daysintegerLookback days (1-7, default 7). Use 1 for last trading day, 7 for the week.
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_director_detail ~70

Get detailed profile for a specific director by slug. Includes biography, board seats, compensation, share trades.

NameTypeReqDescription
includestringComma-separated: trades, remuneration, exec_comp
slugstringyesDirector slug (e.g. "dame-therese-walsh")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_directors ~74

Search NZX company directors. Returns name, bio, board seats. Filter by company or search by name.

NameTypeReqDescription
companystringFilter by company ticker
currentbooleanOnly current directors (default true)
limitintegerMax results
searchstringSearch director name
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_dividends ~140

Get dividend history for an NZX company. Includes ex-date, payment date, amount (DPS), imputation %, DRP availability, summary stats. Company pages also show Dividend Safety Score (0-100 with 5 components), Forward Dividend Cut Probability (0-100% with risk factors), and Payout Ratio Trend Charts with sector benchmarks.

NameTypeReqDescription
limitintegerMax results
tickerstringyesNZX ticker symbol
typestringDividend type: final, interim, special
yearstringYear or range (e.g. "2024" or "2020-2024")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_earnings ~90

Get earnings results for an NZX company. Extracted from full-year and half-year announcements. Includes revenue, net profit, EBITDA, EPS, DPS, and management guidance.

NameTypeReqDescription
limitintegerMax results
periodstringPeriod: annual, interim, or all
tickerstringyesNZX ticker symbol
yearstringYear or range
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_esg_data ~126

Get ESG (Environmental, Social, Governance) data for an NZX company. 255 emissions records, 760 diversity records, 270 safety records across NZX issuers. Includes emissions (scope 1/2/3, targets, verification), diversity (board/SLT/employee gender, Māori/Pasifika representation), safety (LTIFR/TRIFR, fatalities, FTE), and reporting standards (GRI/TCFD/SBTi).

NameTypeReqDescription
tickerstringyesNZX ticker symbol
yearstringFilter by fiscal year
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_financials ~115

Get financial statements for an NZX company. Includes income statement, balance sheet, cash flow, and financial ratios. Filter by statement type and year range.

NameTypeReqDescription
limitintegerMax results per statement type
statementstringStatement type: income, balance, cashflow, ratios, or comma-separated (default: all)
tickerstringyesNZX ticker symbol
yearstringYear or range (e.g. "2024" or "2020-2024")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_governance_scores ~174

Get Governance Risk Scores (GRS) for NZX companies. 0-100 scale across 6 components: exec remuneration, board structure, shareholder rights, board effectiveness, audit & risk, remuneration disclosure. Can filter by sector, rating, or score range.

NameTypeReqDescription
limitintegerMax results (default 50)
max_scorenumberMaximum GRS score (0-100)
min_scorenumberMinimum GRS score (0-100)
orderstring"asc" or "desc"
ratingstringFilter by rating: Excellent, Very Good, Good, Adequate, Poor, Very Poor
sectorstringFilter by sector
sortstringSort field (e.g. "total_score")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_insider_trades ~89

Get director share transactions (insider trades) for NZX companies. Shows who is buying/selling, amounts, and dates.

NameTypeReqDescription
daysintegerRecent trades within N days
limitintegerMax results (default 50)
tickerstringFilter by company ticker
typestringTransaction type: buy, sell, or all
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_kiwisaver_holdings ~85

Get KiwiSaver fund holdings in an NZX company. Shows which KiwiSaver funds hold shares, their market value, and percentage of fund. Data covers Dec 2018 - Sep 2022.

NameTypeReqDescription
datestringSpecific quarter date (e.g. "2022-09-30")
tickerstringyesNZX ticker symbol
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_management_team ~157

Get the management team (C-suite executives) for an NZX company. Returns current CEO, CFO, COO, CTO, and other senior executives with their roles, tenure, biographies, education, and profile links. 127 issuers covered, 508 current executives across 15 normalized roles. Filter by role (e.g. CEO, CFO). Includes profile data where linked to shared.people.

NameTypeReqDescription
rolestringFilter by normalized role: CEO, CFO, COO, CTO, CIO, CLO, CPO, CMO, CRO, CDO, CS, GM, VP, MD, Other
tickerstringyesNZX ticker symbol (e.g. "FPH", "AIR", "SPK")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_market_signals ~411

Get the Market Intelligence Feed — a unified stream of all NZX market events. Returns 13 signal types: insider trades, capital raises, dividends, earnings releases, AGM results, director changes, governance score changes, technical signals (golden/death cross, RSI extremes), credit rating changes, auditor changes, takeover/M&A activity, board events, and composite signals (multi-signal patterns like insider selling + earnings miss, director exodus, governance deterioration). Use this when asked "what happened on the NZX today/this week?", "any recent insider trades?", "golden crosses?", "credit rating changes?", "composite signals?", "market activity for AIR", or any question about recent NZX events. ROUTING: this is the CROSS-MARKET FEED — use it for 'what is happening across the market' or when scanning several signal types at once. For a question about ONE dataset for ONE company, prefer the specific tool: get_capital_raises, get_agm_resolutions, get_vote_history, get_credit_ratings, get_audit_history, get_governance_scores, get_dividends, get_insider_trades. Listing a signal type here does NOT mean this is the best tool for it.

NameTypeReqDescription
daysintegerNumber of days to look back (default 180, use 7 for "this week", 1 for "today")
limitintegerMax results (default 50)
sectorstringFilter by sector (e.g. "Energy", "Healthcare")
significancestringFilter by significance: high, medium, low
tickerstringFilter by company ticker (e.g. "AIR", "MEL")
typestringComma-separated signal types: insider_trade, capital_raise, dividend, earnings, agm_result, director_change, grs_change, technical_signal, credit_rating, audit_change, takeover, board_event, composit…
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_metrics ~188

Get financial metrics/ratios for NZX companies. 46 ratios: profitability (incl. comprehensive_roe, oci_divergence), leverage (incl. paid_in_capital_ratio), cash flow, dividends, growth (incl. share_capital_growth), valuation, composite. Use for screening or comparison.

NameTypeReqDescription
limitintegerMax results
modestringFor single ticker: "snapshot" (default) or "historical"
orderstring"asc" or "desc"
sectorstringFilter by sector (list mode only)
sortstringSort by metric (e.g. "pe_ratio", "roe", "dividend_yield")
tickerstringSpecific ticker for detailed metrics with live valuation. Omit for list of all companies.
yearstringYear or range filter
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_performance ~65

Get stock performance metrics for an NZX company. Returns (1d to 5y), alpha vs NZX50, volatility, 52-week range, market cap. Use for performance comparison and pay-for-performance analysis.

NameTypeReqDescription
tickerstringyesNZX ticker symbol
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_revenue_segments ~169

Get revenue segment breakdown for an NZX company. Returns operating, geographic, or product segment data including segment revenue, operating profit, and assets (all in NZD thousands). Use when asked about "revenue breakdown", "business segments", "divisions", "product groups", "geographic revenue", "segment analysis", or "what are the divisions of [company]".

NameTypeReqDescription
limitintegerMax results (default 50)
tickerstringyesNZX ticker symbol (e.g. "FPH", "SKC", "AIR", "FBU")
typestringSegment type filter: operating, geographic, product
yearstringYear or range (e.g. "2025" or "2020-2025")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_shareholders ~136

Get top 20 shareholders and substantial holders (5%+) for an NZX company. 9,284 top-20 records across 120 issuers with multi-year history (2010-2026) plus ~267 substantial holders from NZX disclosure notices. Shows ownership concentration (HHI index), holder types (nominee/company/individual/trust/fund), year-over-year ownership changes, and substantial holders with voting rights percentages. Use ?year=2025 or ?all=true for historical data.

NameTypeReqDescription
tickerstringyesNZX ticker symbol
yearstringFilter top 20 by fiscal year
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_stock_prices ~89

Get daily stock price history (OHLCV) for an NZX company. Use for price trends, returns, and technical context.

NameTypeReqDescription
daysintegerNumber of recent trading days (default 30)
fromstringStart date (YYYY-MM-DD)
tickerstringyesNZX ticker symbol
tostringEnd date (YYYY-MM-DD)
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_substantial_holders ~160

Get substantial shareholders (5%+ voting rights) for an NZX company from NZX disclosure notices. ~267 records across ~85 issuers. Shows entity name, entity type (individual/company/trust/fund), voting rights percentage, shares held, whether they are also a director/executive, disclosure dates, and threshold crossing history. Use for block holder analysis, activist investor tracking, M&A signal detection (accumulation patterns), and ownership concentration analysis. Complements get_shareholders (top-20 annual report data) with legally mandated real-time disclosures.

NameTypeReqDescription
include_ceasedstringSet to "true" to include former substantial holders who dropped below 5%
tickerstringyesNZX ticker symbol
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_takeovers ~215

Get M&A and takeover activity for an NZX company. Returns structured deal data: acquirer, target, offer price, total value, premium, acceptance %, status, timeline. Covers takeover offers, mergers, schemes of arrangement, compulsory acquisitions, and asset acquisitions. Use this when asked about "takeovers", "M&A", "acquisitions", "who is buying", "hostile bids", "scheme of arrangement", or deal activity for a company.

NameTypeReqDescription
deal_typestringComma-separated: takeover_offer, merger, scheme_of_arrangement, compulsory_acquisition, acquisition
limitintegerMax results (default 50)
statusstringComma-separated: announced, conditional, unconditional, completed, withdrawn, failed
tickerstringyesNZX ticker symbol (e.g. "RBD", "RAK", "MCK")
yearstringYear or range (e.g. "2025" or "2020-2025")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

get_technical_signals ~87

Get technical analysis indicators for an NZX company. SMA-50/100/200, RSI-14, golden/death cross, distance from 52-week high/low, volume ratios. Use for trading signals, momentum analysis, and technical screening.

NameTypeReqDescription
tickerstringyesNZX ticker symbol (e.g. "AIR", "FPH", "MEL")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

read_announcement ~76

Read and analyze a specific NZX announcement. Extracts summary, key figures, sentiment, entities, and risk flags using AI. Provide the announcement_id (e.g. "12345") from search_announcements results. Returns cached results if previously extracted.

NameTypeReqDescription
announcement_idstringyesThe announcement_id from search_announcements results
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

search_announcements ~270

Full-text search across NZX market announcements (2017-present), most with extracted PDF text. Searches announcement titles AND full document content. Use for finding mentions of specific topics, companies, people, or events across all NZX filings. Results include: ai_category (25-category AI classification like M&A, Dividend, Regulatory, Capital Raise, Guidance, Earnings Results), ai_category_confidence (0.0-1.0), ai_sub_topics (1-3 topic tags). May also include: ai_sentiment (positive/negative/neutral/mixed), ai_sentiment_score (-1.0 to 1.0), ai_topics (array of topic labels), ai_risk_flags (array of risk indicators like profit_warning, dividend_cut), and ai_summary (concise summary).

NameTypeReqDescription
fromstringStart date (YYYY-MM-DD)
limitintegerMax results (default 20)
qstringSearch query — searches both titles and full PDF document text
tickerstringFilter by company ticker
tostringEnd date (YYYY-MM-DD)
typestringAnnouncement type: FLLYR, HALFYR, SHINTR, MEETING, GENERAL, SECISSUE, DVDEND, etc.
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

search_companies ~149

Search NZX-listed companies by name or ticker. Returns company list with sector, market cap. Use this to find a company ticker before calling other tools. ROUTING: a lookup step, not an answer. After resolving the ticker, CALL THE TOOL THAT ANSWERS THE QUESTION — e.g. get_credit_ratings for ratings, get_executive_compensation for pay. Do not stop after searching.

NameTypeReqDescription
limitintegerMax results (default 10)
searchstringCompany name or ticker to search for (e.g. "air new zealand" or "AIR")
sectorstringFilter by sector (e.g. "Energy", "Healthcare")
NameTypeReqDescription
datayesThe tool payload. Null when the call did not produce one — read meta.availability_status to find out why, and do not treat null as zero, empty or "none found".
metaobjectyes
schema_versionstringyesEnvelope contract version. Bumps only on a breaking shape change.
toolstringyesTool that produced this result.

No examples provided.

Common questions

What is the io.github.mambaventures/nzxplorer-mcp server?

io.github.mambaventures/nzxplorer-mcp is listed in the public MCP registry as io.github.mambaventures/nzxplorer-mcp. NZX (New Zealand stock exchange) data: governance scores, financials, insider trades, boards. This page covers its hosted endpoint (https://mcp.nzxplorer.co.nz).

Is the io.github.mambaventures/nzxplorer-mcp server safe to use?

io.github.mambaventures/nzxplorer-mcp scores 80 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mambaventures/nzxplorer-mcp server expose?

io.github.mambaventures/nzxplorer-mcp exposes 29 tools: search_companies, get_company_detail, get_governance_scores, get_financials, get_metrics, and 24 more. Their descriptions and schemas cost roughly 3,985 tokens of context every time the server is loaded.

Does the io.github.mambaventures/nzxplorer-mcp server require authentication?

No. We connected to io.github.mambaventures/nzxplorer-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.mambaventures/nzxplorer-mcp server still maintained?

io.github.mambaventures/nzxplorer-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.