Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-11-25 streamable-http

Utilify

io.github.Utilify-io/utilify-mcp

AI agents compare and sign up for Texas utility plans: electricity, internet, gas, water, trash.

Uptime
100.0%
1 direct probes · 30d
Response
2062ms
last probe
Tools
8
callable
Resources
3
readable
Prompts
5
available

Tools · 8

search_utility_providers

Find utility providers when someone is moving to a Texas address or setting up utilities at a new home. Covers nine utility types: electricity, internet, gas, water, sewer (city wastewater), trash, pr…

get_provider_details

Get plans, pricing, and terms for a specific Texas utility provider — use after search_utility_providers has narrowed the list and the user wants to drill into one option. Use when the user says 'tell…

compare_providers

Compare 2–5 Texas utility providers side by side when the user is deciding between specific named options at a new address. Use when the user says 'help me pick between these two', 'which is cheaper f…

initiate_signup

Start enrollment with a specific utility provider at a Texas address — use after the user has chosen a plan and confirmed they want to sign up. Use when the user says 'go ahead and sign me up', 'enrol…

check_signup_status

Check where a previously-started Utilify signup stands — use when the user asks whether their enrollment went through. Use when the user says 'did my electricity signup go through', 'is my power on fo…

get_move_checklist

Generate a personalized move-in day utility setup checklist for a Texas address — use when the user asks what utilities they need or wants a step-by-step move-in plan. Use when the user says 'I'm relo…

get_promotions

Get current deals, coupons, and exclusive affiliate offers for utilities at a Texas address — use when the user wants the best available price, not just any provider. Use when the user says 'what's th…

request_solar

Capture a Texas homeowner's interest in rooftop solar and route to a licensed installer — use when the user owns (or is buying) a Texas home and mentions solar panels, solar quotes, solar savings, or …

Resources · 3

providers

All active utility providers Utilify covers, across Texas. Grouped by utility type.

utilify://providers
coverage

Cities and metro areas Utilify covers in Texas, with ZIP counts per city. Use this to answer 'do you cover [city]?' without calling any tool.

utilify://coverage
about

High-level description of what Utilify does, how signups work, FTC disclosure, and pointers to human-readable docs.

utilify://about

Prompts · 5

find_cheapest_plan

Guide the agent to find the cheapest electricity, internet, or other utility plan at a Texas ZIP code using Utilify's search tools.

compare_my_current_rate

Given the user's current utility rate at their Texas ZIP, find plans that would save them money.

move_setup_checklist

Generate a personalized utility-setup checklist for a new Texas address and move-in date. If the user hasn't said whether they're renting or buying, ask — it changes plan recommendations, water/trash …

homeowner_setup_with_solar

For buyers only. Generates the full move-in checklist and, after the user confirms interest, calls request_solar to route a lead to a licensed Texas solar installer.

renewable_options

List electricity plans at a Texas ZIP that source power from renewables (wind, solar, hydro).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "utilify": {
      "url": "https://utilify.io/mcp",
      "transport": "streamable-http"
    }
  }
}