Analytics
dividends.co.nz
Provides dividend stock data and analysis for NZX-listed companies.
ENDPOINT 1
https://dividends.co.nz/mcp
MCP server metadata
- Name
- dividendsconz-mcp
- Version
- 0.2.0
Anonymous MCP for Dividends.co.nz. Tools cover NZX dividend stocks, dividend history, ex-dividend + payment calendars, top yields, aristocrats, sector listings, side-by-side comparisons. Every payload carries an FMA information-only disclaimer — surface it to the user. Yields and payout ratios are sourced from public NZX filings; dividends can be cut or suspended at any time.
Known tools 10
get_dividendsGet dividend payment history for a stock by ticker — every ex-dividend date, payable date and amount on record.
Potential side effectsget_dividend_aristocratsStocks with a long track record of paying dividends (default 10+ years).
Inferred read-onlyget_ex_dividend_calendarUpcoming ex-dividend dates across all NZX stocks in the next N days (default 30).
Inferred read-onlyget_payment_calendarUpcoming dividend payment dates across all NZX stocks in the next N days (default 30).
Potential side effectsCONNECT 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.dividendsconz-mcp]
url = "https://dividends.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dividendsconz-mcp": {
"type": "http",
"url": "https://dividends.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dividendsconz-mcp
Remote MCP URL: https://dividends.co.nz/mcp
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": {
"dividendsconz-mcp": {
"url": "https://dividends.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dividendsconz-mcp": {
"type": "http",
"url": "https://dividends.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dividendsconz-mcp",
"transport": "streamable-http",
"url": "https://dividends.co.nz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dividends.co.nz was fetched 2026-07-26T20:06:26.598Z and is being refreshed.
dividends.co.nz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.