Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Utilify
U
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:18:54 AM

Utilify

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "utilify": {
      "command": "npx",
      "args": [
        "-y",
        "utilify"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Utilify MCP Server β€” Compare & Sign Up for Texas Utilities from Any AI Agent (more states coming)

MCP Server OpenAPI 3.1 No Auth Coverage: Texas

Please give us stars if you like this!

The first Model Context Protocol (MCP) server for utility signup. Plug Utilify into Claude, ChatGPT, Cursor, Ollama, LM Studio, or any MCP-compatible agent to search and compare electricity, internet, natural gas, water, and trash plans at any Texas ZIP code. No API key. No auth. No tracking.

If your user asks an AI agent to "set up my utilities" or "find the cheapest electricity plan," this is the tool that does it.

  • MCP endpoint: https://utilify.io/mcp
  • OpenAPI 3.1 spec: https://utilify.io/openapi.json
  • Server card: https://utilify.io/.well-known/mcp/server-card.json
  • llms.txt: https://utilify.io/llms.txt
  • Human docs: utilify.io/mcp-docs
  • Main site: utilify.io

Why this exists

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 move.

Utilify is an agent-first utility comparison service covering all 4,844 Texas ZIP codes. A user asks their AI "set up my electricity for 77002 starting May 15," the agent calls Utilify via MCP, and the user gets ranked plans in seconds with a one-click signup link.

Quick start by client

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Restart Claude Desktop. Try: "What's the cheapest electricity plan in Houston 77002?"

Claude Code

Terminal
claude mcp add utilify -- npx -y mcp-remote https://utilify.io/mcp

Cursor

Settings β†’ MCP β†’ Add New MCP Server:

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

Ollama + ollmcp (local, open-source)

Terminal
pip install ollmcp
ollmcp add utilify https://utilify.io/mcp
ollmcp --model qwen3.5:9b

Recommended tool-calling models: qwen3.5:9b, gemma4:e4b, llama4:8b.

LM Studio

Settings β†’ Integrations β†’ MCP β†’ Add Server β†’ paste https://utilify.io/mcp. LM Studio auto-detects Streamable HTTP transport.

llama.cpp (built-in MCP client)

bash
llama-server --model ./qwen3.5-9b.gguf --mcp https://utilify.io/mcp

Continue.dev

Add .continue/mcpServers/utilify.yaml in your workspace:

yaml
name: utilify
command: npx
args: ["-y", "mcp-remote", "https://utilify.io/mcp"]

ChatGPT Custom GPT / Zapier / Make.com / LangChain

Not using MCP? Use the OpenAPI 3.1 spec at https://utilify.io/openapi.json. Paste it directly into:

  • ChatGPT Custom GPT Actions (GPT Builder β†’ Configure β†’ Actions β†’ Import from URL)
  • Zapier (New webhook β†’ OpenAPI)
  • Make.com (Custom app from OpenAPI)
  • LangChain (OpenAPIToolkit.from_spec_file() or from_openapi_spec_url())

See examples/ in this repo.

OpenHands, CrewAI, AutoGen, Llama Stack

Use mcp-remote or your framework's MCP adapter to connect to https://utilify.io/mcp. No API key required.

Tools exposed over MCP

ToolDescription
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

Example prompts tested on major clients

  • "Find the cheapest electricity plan in 77002 and recommend one for a 1-bedroom apartment."
  • "Compare internet providers in Austin. Which has the best bang for buck?"
  • "Set up every utility for my new house at ZIP 75201, moving in May 15."
  • "What renewable electricity plans are available in Dallas under $0.12/kWh?"
  • "Give me a move-in checklist for a Houston apartment, 2-person household, moving June 1."

Coverage

  • Geographic: Texas only as of 2026-04. 4,844 ZIP codes across Houston, Dallas-Fort Worth, Austin, San Antonio, and hundreds of smaller cities.
  • Utility types: electricity, internet, natural gas, water, trash, home security.
  • Data: plans updated weekly. Internet availability verified against FCC Broadband Data Collection (June 2025).
  • Non-Texas: returns a coverage-request form so demand is tracked for future expansion.

How signup flows work

When an agent calls initiate_signup, Utilify returns a short redirect URL (https://utilify.io/go/{planId}?zip={zip}) for the user to open in their browser. The redirect carries affiliate-tracking parameters and lands the user on the provider's official signup page. Utilify earns a referral commission on completed signups. We never collect payment info or credentials. Plans are ranked by price, not commission rate.

FTC disclosure is shown on every results page.

Fair use

  • No API key required. REST endpoints are rate-limited (60 requests/minute per IP). MCP is lightly rate-limited and subject to change β€” cache tool responses client-side when you can; most data updates weekly.
  • Do not construct /go/{planId} URLs yourself. Always call initiate_signup so clicks are logged and FTC disclosures attached.
  • Automated bulk scraping of plan data is prohibited. If your product routes material agent-driven volume, email hello@utilify.io so we can provision capacity.
  • Programmatic access is governed by our Terms of Service.

Keywords (for search and agent discovery)

MCP server, Model Context Protocol, AI agent, Claude, ChatGPT, Cursor, Ollama, LM Studio, llama.cpp, Continue.dev, OpenHands, CrewAI, AutoGen, LangChain, Llama Stack, OpenAPI 3.1, ChatGPT Custom GPT Action, utility comparison, electricity plans Texas, internet providers Texas, deregulated energy market, retail electric provider, ERCOT, FCC broadband, ZIP code lookup, move-in checklist, home setup, utility signup.

License

MIT. See LICENSE.

Contact

hello@utilify.io β€” partnership, bug reports, coverage expansion requests.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • T
    ToolPipe MCP Server

    120+ developer utility tools for AI agents via Model Context Protocol

    πŸ’» Developer Tools0 views
    Compare vs ToolPipe MCP Server β†’
  • M
    Mcp

    Workix hub catalog plus freelance digest/search and proposal helpers for AI agents

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Utilify

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "utilify": { "command": "npx", "args": ["-y", "Utilify"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUtilify AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/utilify?style=directory)](https://allmcps.com/mcp/utilify)
HTML Embed
<a href="https://allmcps.com/mcp/utilify"><img src="https://allmcps.com/api/badge/utilify?style=directory" alt="Utilify on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Utilify β†’Install in Claude DesktopInstall in CursorInstall in VS Code