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
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 server publishes 8 tools. What each one is for:
search_utility_providers — List every electricity, internet, gas, water, and trash provider at an addressget_provider_details — Plans, pricing, contract terms, fees, reviews for a single providercompare_providers — Side-by-side comparison of 2–5 providersinitiate_signup — Start a utility signup; returns a redirect URL to hand to the usercheck_signup_status — Poll the status of a previously-initiated signupget_move_checklist — Personalized move-in setup checklist (what to set up, when)get_promotions — Current deals, sign-up bonuses, referral codesCursor — The Cursor tool exposed by this serverInstallation 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.
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.
| Tool | What it does |
|---|---|
| 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. |
{
"mcpServers": {
"utilify": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://utilify.io/mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.