← zaref.dev

INDIVIDUAL MCP TOOL

list_series

List all South African reference-data series available on zaref.dev (fuel prices, interest rates, tax tables, toll fees, municipal tariffs, wages, grants and more) with freshness metadata, pricing and endpoint URLs.

zaref.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://zaref.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_series and invoke it with your own arguments.

Indexed 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 server

zaref.dev

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

.mcp.json

{
  "mcpServers": {
    "zaref": {
      "type": "http",
      "url": "https://zaref.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zaref": {
      "type": "http",
      "url": "https://zaref.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zaref",
  "transport": "streamable-http",
  "url": "https://zaref.dev/mcp"
}
MCP Inspector

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

Related tools

  • get_public_holidays — Get the official South African public holidays for the current calendar year, including proclaimed one-off holidays and Sunday-to-Monday observances.
  • get_series_info — Get metadata for one zaref series: what it contains, the official source URL, effective date, freshness status, and how to retrieve the full data (paid endpoints cost $0.005 USDC per call via the x402 protocol).