← lifeadmin.xyz

INDIVIDUAL MCP TOOL

find_deals

Compare your current bills against market rates and find cheaper alternatives.

lifeadmin.xyznone 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

lifeadmin.xyz

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

.mcp.json

{
  "mcpServers": {
    "lifeadmin-xyz": {
      "type": "http",
      "url": "https://lifeadmin.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "lifeadmin-xyz",
  "transport": "streamable-http",
  "url": "https://lifeadmin.xyz/api/mcp"
}
MCP Inspector

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

Related tools

  • compare_uk_providers — Compare energy, broadband, insurance, and telecom providers in the UK and Ireland.
  • get_bills — Retrieve confirmed bills for your household.
  • get_transactions — Retrieve bank transactions for your household.
  • get_subscriptions — List recurring payments and subscriptions detected from bank transactions.
  • get_deal_proposals — View pending, approved, or rejected deal proposals with savings details.
  • get_savings_summary — Get total potential and realized savings across all your household bills.
  • get_renewal_alerts — Check for upcoming bill renewals in the next 30/60/90 days.
  • approve_deal — Approve a pending deal proposal to switch providers.