INDIVIDUAL MCP TOOL
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.002 USDC per call via the x402 protocol).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.zaref-dev]
url = "https://zaref.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zaref-dev": {
"type": "http",
"url": "https://zaref.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zaref-dev
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-dev": {
"url": "https://zaref.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zaref-dev": {
"type": "http",
"url": "https://zaref.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zaref-dev",
"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
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.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.