← creditcardcomparison.co.nz

INDIVIDUAL MCP TOOL

filter_cards

Filter the current card snapshot by one or more attributes.

creditcardcomparison.co.nznone authenticationAvailability not checked

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

creditcardcomparison.co.nz

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.creditcardcomparison-co-nz]
url = "https://creditcardcomparison.co.nz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "creditcardcomparison-co-nz": {
      "type": "http",
      "url": "https://creditcardcomparison.co.nz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: creditcardcomparison-co-nz
Remote MCP URL: https://creditcardcomparison.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": {
    "creditcardcomparison-co-nz": {
      "url": "https://creditcardcomparison.co.nz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "creditcardcomparison-co-nz": {
      "type": "http",
      "url": "https://creditcardcomparison.co.nz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "creditcardcomparison-co-nz",
  "transport": "streamable-http",
  "url": "https://creditcardcomparison.co.nz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_card — Get full profile for an NZ credit card — purchase rate, cash-advance rate, BT promo, interest-free days, annual fee, foreign transaction fee, late fee, rewards mechanic, earn rate, partner programs, T&C source.
  • list_cards — List every NZ credit card in the dataset (slug, name, issuer, network, status, annual fee, purchase rate).
  • list_issuers — List every NZ credit-card issuer in the dataset (slug, name, category, RBNZ-registered, primary website).
  • compare_cards — Side-by-side comparison of two NZ credit cards' headline numbers — purchase rate, cash-advance rate, BT promo, interest-free days, annual fee, foreign txn fee, late fee, rewards mechanic, earn rate.
  • calculate_interest_cost — Mechanical credit-card interest-cost calculator.
  • search_tc_clauses — Semantic search across NZ credit-card Conditions-of-Use / Terms-and-Conditions documents (ingested from each issuer's public PDF, chunked, embedded).