Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Nzxplorer MCP
Nzxplorer MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:26:11 PM

Nzxplorer MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "nzxplorer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nzxplorer-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

NZXplorer MCP Server

Install in Cursor Install in VS Code Smithery npm version

An MCP (Model Context Protocol) server that gives AI assistants like Claude Desktop, Cursor, VS Code, and Claude Code direct access to New Zealand stock market data via the NZXplorer API.

Query 130 NZX-listed companies, 1,300+ directors, 162,000+ daily stock prices, governance risk scores, 4,100+ insider trades, 64,000+ company announcements, board composition analytics, anomaly detection, market signals, proxy advisory voting recommendations, and a powerful stock screener with 87+ metrics β€” all from natural language.

One-click install

Zero signup (easiest): point any MCP client at the remote endpoint β€” no API key, 30 read-only tools, 30 calls/hour per IP:

config.json
{ "mcpServers": { "nzxplorer": { "url": "https://mcp.nzxplorer.co.nz" } } }

In Claude Desktop / claude.ai: Settings β†’ Connectors β†’ Add custom connector β†’ paste https://mcp.nzxplorer.co.nz. In Claude Code: claude mcp add --transport http nzxplorer https://mcp.nzxplorer.co.nz.

For the full 55-tool set with an API key (free at nzxplorer.co.nz/developers):

ClientInstall
CursorAdd to Cursor (deeplink)
VS CodeAdd to VS Code (deeplink)
Claude Codeclaude mcp add nzxplorer -- npx -y nzxplorer-mcp
Claude Desktop / Windsurf / Goosenpx -y @smithery/cli@latest install @mambaventures/nzxplorer-mcp --client claude (replace claude with windsurf / goose)
Any client (Smithery)Install via Smithery

After install, set NZXPLORER_API_KEY from your NZXplorer Settings β†’ API & Developer page.

Quick Install (npm)

Terminal
npx nzxplorer-mcp

Or install globally:

Terminal
npm install -g nzxplorer-mcp

Available Tools (58)

ToolDescription
get_companiesList NZX companies with search and sector filters
get_companyCompany detail by ticker β€” optionally include directors, financials, governance score, latest price
get_directorsSearch directors by name or filter by company
get_directorDirector profile with biography, appointments, insider trades, board fees, and executive compensation
get_stock_pricesDaily OHLCV price data with date range and lookback filters
get_governance_scoresGovernance Risk Scores (0-100) for all 130 NZX companies across 6 components
search_announcementsFull-text search across 64,000+ NZX announcements (2017-2026)
get_insider_tradesDirector share transactions β€” buys, sells, exercises. Filter by ticker, director, date, type
get_financialsNormalized financial statements β€” income, balance sheet, cash flow, ratios. FY2010-2025
get_earningsStructured earnings results β€” revenue, profit, EPS, guidance. Extracted from NZX PDFs
get_dividendsDividend history β€” DPS, imputation, DRP, payment dates. Plus dividend safety metrics
get_technical_signalsTechnical indicators β€” SMA-50/100/200, RSI-14, golden/death cross, volume ratios
screen_stocksScreen stocks using 87+ metrics, 12 smart presets, and custom filters (e.g. PE<15, RSI<30)
get_performanceStock performance β€” returns (1D-5Y), alpha vs NZX50, volatility, beta, 52-week range
get_director_due_diligenceComprehensive director due diligence report β€” 8 tables, 11 sections
get_market_signalsMarket Intelligence Feed β€” 10 signal types, unified event stream across all NZX companies
get_anomaliesAnomaly detection β€” 12 types across 5 categories (insider, governance, financial, market, AGM)
get_proxy_reportProxy advisory voting recommendations β€” FOR/AGAINST/REFER per AGM resolution with 34 rules, 8 policy presets
get_takeoversM&A and takeover activity β€” 313 deals, 51 issuers, 11 deal types (2017-2026)
get_board_changesBoard changes β€” appointments, resignations, retirements. 1,242 changes across 105 issuers
get_board_composition_reportBoard composition analytics β€” independence, diversity, tenure, skills, succession risk, peer comparison
get_accounting_qualityAccounting quality scores β€” Beneish M-score, Piotroski F-score, Altman Z-score, interest coverage, current ratio, overall rating
get_credit_ratingsCredit ratings from S&P, Moody's, Fitch, AM Best β€” rating, outlook, action, history
get_risk_languageRisk language scoring β€” 8 categories (going concern, covenant, litigation, etc.) across 64K+ announcements
search_keyword_trendsKeyword frequency trends across NZX announcements β€” like Google Trends for corporate filings
list_stewardship_reportsList FMA-compliant stewardship/voting-record reports (Enterprise)
get_stewardship_reportFull stewardship report detail with per-company resolution analysis (Enterprise)
list_voting_policiesList custom voting policies for the proxy advisory engine (Enterprise/Institutional)
get_revenue_segmentsRevenue segment breakdown β€” IFRS 8 operating, geographic, product segments
list_alert_subscriptionsList alert subscriptions β€” 11 signal types, 6 anomaly categories, HMAC-SHA256 webhooks (Enterprise)
get_capital_raisesCapital raise history β€” 11,088 events across 130 issuers (placements, rights, SPPs, buybacks, DRPs)
get_semantic_searchAI semantic search across 64K+ announcements β€” hybrid keyword+vector+reranking
get_iod_designationsIoD designated directors β€” CFInstD, CMInstD, CDir, MInstD credentials on NZX boards
get_board_skills_matrixBoard skills matrix β€” 12 IoD NZ/ASX categories, gap analysis, diversity score
get_research_briefingInvestment research briefing β€” 15+ data sources, AI narrative, 4 templates (general/thesis/DD/board)
get_fund_votesFund manager voting records β€” Harbour, Devon, Mint, Fisher, NZ Super Fund. FOR/AGAINST/ABSTAIN per resolution
get_deal_advisersDeal advisers β€” law firms, investment banks, valuers who advised on capital raises and takeovers
get_company_directorshipsFull directorship history from NZ Companies Register β€” NZX + private companies, status, failure rate
get_director_workloadWorkload analysis β€” NZX board seats, Companies Office roles, overboarding risk, attendance, tenure
get_director_networkCross-directorship and board interlock analysis β€” company, director, or NZX-wide mode
get_board_pipelineDirectors who recently freed up capacity β€” resignations, retirements, available talent for recruitment
get_financials_xbrlMachine-readable iXBRL income/balance/cash-flow with IFRS taxonomy tags. 116 companies, FY2010-2025
get_esg_xbrlMachine-readable NZ CS 1-3 tagged ESG/climate disclosure β€” Scope 1/2/3 emissions, diversity, safety, GRI/TCFD/SBTi/SDG
get_announcement_sentimentAI-scored sentiment (-1 to +1) for NZX announcements with confidence, hedging, buried risks, guidance direction
get_ir_qualityIR disclosure quality score (0-100) β€” 5 dimensions: Timeliness, Completeness, Readability, Frequency, Governance Transparency
get_peer_mentionsCross-company references extracted from 62,000+ NZX announcements β€” who mentions whom, with context snippets
get_political_connectionsMP interests, political donors, and party donations linked to an NZX company or its directors
get_management_teamCurrent C-suite (CEO/CFO/COO/CTO/etc.) with roles, tenure, biographies. 127 issuers, 508 executives
get_beneficial_ownershipSee through custodian nominees to fund managers behind NZX shareholdings. 56 fund managers, KiwiSaver/ETF/sovereign
get_substantial_holder_noticesClassified SPH notices with extracted holders, %, direction (increase/decrease/initial/ceased). 9,700+ notices
get_corporate_givingCorporate donations, sponsorships, community investment β€” recipients, amounts, types, charity cross-links
get_property_portfolioREIT/property-company portfolios β€” addresses, book values, cap rate, WALE, occupancy, tenants, dev pipeline
get_fair_valueEstimated fair value per share via DCF + Dividend Discount + EV/EBITDA models. Estimate, not a target price
get_governance_scorecardPer-company governance scorecard β€” 15 NZSA/NZX-aligned policy areas with RAG ratings and overall 0-100 score
check_insolvency_statusMBIE Insolvency Register lookup β€” bankruptcy, no-asset procedures, summary instalment orders by person slug

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • S
    Stockfacts

    US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.

    πŸ’» Developer Tools1 views
    Compare vs Stockfacts β†’
  • Coach Watts logoCoach Watts

    Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.

    πŸ’» Developer Tools1 views
    Compare vs Coach Watts β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Nzxplorer MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "nzxplorer-mcp": { "command": "npx", "args": ["-y", "nzxplorer-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNzxplorer MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nzxplorer-mcp?style=directory)](https://allmcps.com/mcp/nzxplorer-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/nzxplorer-mcp"><img src="https://allmcps.com/api/badge/nzxplorer-mcp?style=directory" alt="Nzxplorer MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Nzxplorer MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code