← xearno.tools

INDIVIDUAL MCP TOOL

uk_car_tax_ved

Vehicle Excise Duty (road tax) on a UK car — first-year rate by CO2, the £200 standard rate EVs now pay too, and the £440 expensive-car supplement with its new £50k EV threshold.

xearno.toolsnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

xearno.tools

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

.mcp.json

{
  "mcpServers": {
    "xearno-tools": {
      "type": "http",
      "url": "https://xearno.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • compound_growth — What a starting amount plus monthly contributions grows into over time.
  • savings_goal — The monthly saving needed to hit a target by a deadline.
  • loan_payment — Monthly payment, total interest, and what paying extra saves.
  • fire_number — The portfolio that makes work optional, and how far away it is.
  • split_bill — Even split with tip, rounded so nobody argues.
  • unit_price — Which package is actually cheaper per unit.
  • true_hourly_wage — What a gig actually pays per hour — after vehicle costs, waiting time, and self-employment tax.
  • steady_paycheck — Turn an up-and-down income into a safe monthly salary and a right-sized buffer.