Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"utilify": {
"args": [
"-y",
"mcp-remote",
"https://utilify.io/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'ollmcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ollmcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).
A command line tool for setting up commercetools MCP server
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Utilify-io/utilify-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://utilify.io/mcphttps://utilify.io/openapi.jsonhttps://utilify.io/.well-known/mcp/server-card.jsonhttps://utilify.io/llms.txtSigning 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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"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 mcp add utilify -- npx -y mcp-remote https://utilify.io/mcp
Settings → MCP → Add New MCP Server:
{
"utilify": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://utilify.io/mcp"]
}
}
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.
Settings → Integrations → MCP → Add Server → paste https://utilify.io/mcp. LM Studio auto-detects Streamable HTTP transport.
llama-server --model ./qwen3.5-9b.gguf --mcp https://utilify.io/mcp
Add .continue/mcpServers/utilify.yaml in your workspace:
name: utilify
command: npx
args: ["-y", "mcp-remote", "https://utilify.io/mcp"]
Not using MCP? Use the OpenAPI 3.1 spec at https://utilify.io/openapi.json. Paste it directly into:
OpenAPIToolkit.from_spec_file() or from_openapi_spec_url())See examples/ in this repo.
Use mcp-remote or your framework's MCP adapter to connect to https://utilify.io/mcp. No API key required.
| Tool | Description |
|---|---|
search_utility_providers | List every electricity, internet, gas, water, and trash provider at an address |
get_provider_details | Plans, pricing, contract te |