← financeadvisers.co.nz
INDIVIDUAL MCP TOOL
lookup_provider
Look up a single Financial Advice Provider (FAP) or other firm by FSP number.
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 endpoint
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.financeadvisers-co-nz]
url = "https://financeadvisers.co.nz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"financeadvisers-co-nz": {
"type": "http",
"url": "https://financeadvisers.co.nz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: financeadvisers-co-nz
Remote MCP URL: https://financeadvisers.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": {
"financeadvisers-co-nz": {
"url": "https://financeadvisers.co.nz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"financeadvisers-co-nz": {
"type": "http",
"url": "https://financeadvisers.co.nz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "financeadvisers-co-nz",
"transport": "streamable-http",
"url": "https://financeadvisers.co.nz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_adviser— Look up a single financial adviser by FSP number.search_advisers— Search the consumer-facing adviser directory by city, specialty, and/or name.list_providers_in_city— List Financial Advice Providers (FAPs) operating in a specific NZ city.get_disclosure— Get the most recent Public Disclosure Statement (PDS) markdown for a FAP.list_pds_versions— List all PDS versions on file for a FAP, oldest to newest.get_recent_adviser_movements— Returns adviser register changes (FAP changes, license changes, services added/removed, DRS changes) observed in the last N days.get_network_edges— Query the FA-NZ adviser-network graph.