Utilify MCP Server

Signing up for utilities during a move is the #1 hated moving task. Typical flow: call 4 companies, compare 30 plans on 10 different websites, get

Local serverstdioGo

What is the Utilify MCP MCP server?

Signing up for utilities during a move is the #1 hated moving task. Typical flow: call 4 companies, compare 30 plans on 10 different websites, get stuck on hold, miss the best deal, pay more for 12–24 months. **~45 minutes of pain per. That is what the utilify mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 8 tools. What each one is for:

  • search_utility_providers — List every electricity, internet, gas, water, and trash provider at an address
  • get_provider_details — Plans, pricing, contract terms, fees, reviews for a single provider
  • compare_providers — Side-by-side comparison of 2–5 providers
  • initiate_signup — Start a utility signup; returns a redirect URL to hand to the user
  • check_signup_status — Poll the status of a previously-initiated signup
  • get_move_checklist — Personalized move-in setup checklist (what to set up, when)
  • get_promotions — Current deals, sign-up bonuses, referral codes
  • Cursor — The Cursor tool exposed by this server

Getting it running

Installation goes through your MCP client rather than a global install: point it at mcp-remote on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

How it compares

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Utilify MCP's toolset — search_utility_providers, get_provider_details, compare_providers and 5 more — is a fair guide to whether it matches your workflow. It is maintained by utilify-io; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_utility_providersList every electricity, internet, gas, water, and trash provider at an address
get_provider_detailsPlans, pricing, contract terms, fees, reviews for a single provider
compare_providersSide-by-side comparison of 2–5 providers
initiate_signupStart a utility signup; returns a redirect URL to hand to the user
check_signup_statusPoll the status of a previously-initiated signup
get_move_checklistPersonalized move-in setup checklist (what to set up, when)
get_promotionsCurrent deals, sign-up bonuses, referral codes
CursorThe Cursor tool exposed by this server.

How to install the Utilify MCP MCP server

{
  "mcpServers": {
    "utilify": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://utilify.io/mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Utilify MCP to search utility providers.
  • Use Utilify MCP to get provider details.
  • Use Utilify MCP to compare providers.

Frequently asked questions

It connects Utilify MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (search_utility_providers, get_provider_details, compare_providers, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Utilify MCP directly.