Fixidu MCP Server

MCP serverMedia

Your AI can browse the Fixidu live home-services catalog for India, showing service categories, real prices, and images. Once this app is added, exploring home services becomes part of a normal conversation with your AI.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI to show you Fixidu home services in India. Try naming a category to see its prices and images.

Then ask your AI: use Fixidu MCP Server to list service categories

What your AI can do with it

  • Browse the Fixidu live home-services catalog for India
  • List available home-service categories
  • Look up real prices for home services
  • Show images of home services
  • Bring up current catalog details while you chat

From the project's README

As published by fixitindia/fixidu-mcp-server in README.md.

Browse Fixidu's live home-services catalog — categories, real prices, and real images — from any MCP-compatible AI assistant. Read-only, no login required.

Fixidu is a home-services marketplace (electricians, plumbers, cleaning, appliance repair, and more) operating in India.

Endpoint

https://mcp.fixidu.com/mcp

Streamable HTTP, stateless, no authentication needed. Live landing page with the same setup info: https://mcp.fixidu.com

Install on Claude

Using Connectors (Claude subscription)

  1. Open Claude
  2. Settings → Connectors → Add custom connector
  3. URL: https://mcp.fixidu.com/mcp
  4. Save and restart Claude

Claude Code (CLI)

claude mcp add --transport http fixidu https://mcp.fixidu.com/mcp

Manual configuration (free plan)

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fixidu-mcp": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.fixidu.com/mcp"]
    }
  }
}

Install on ChatGPT

Settings → Connectors → Add custom connector → URL: https://mcp.fixidu.com/mcp → Authentication: None. (Requires a ChatGPT plan with custom connectors enabled.)

Install on Codex (OpenAI Codex CLI)

Add to ~/.codex/config.toml:

[mcp_servers.fixidu]
command = "npx"
args = ["mcp-remote", "https://mcp.fixidu.com/mcp"]

This uses the same universal stdio-bridge pattern as Claude's manual config above, which works regardless of whether your Codex version natively understands remote/Streamable HTTP servers yet. If your version does support a direct URL, check codex mcp --help or current docs — that syntax has moved between versions.

Install in VS Code

One-click:

Manual: add to your mcp.json:

{
  "servers": {
    "fixidu-mcp": {
      "url": "https://mcp.fixidu.com/mcp",
      "type": "http"
    }
  }
}

Tools

ToolWhat it does
list_service_categoriesTop-level categories (Electrician, Plumber, Cleaning, ...) with images
browse_serviceItems or sub-categories within a category
search_servicesKeyword search across the full catalog
get_service_priceFull price/detail for one item: price, duration, rating, inclusions/exclusions/FAQs
get_app_download_linkFixidu app link (Android/iOS) — booking, payment, and account access all require the app

Example prompts

  • "What services does Fixidu offer?"
  • "How much does AC repair cost?"
  • "Search for switch replacement services"
  • "Show me everything under Cleaning"

What this doesn't do

No booking, no payments, no account access. This server only reads Fixidu's public catalog — the same data the Fixidu app itself shows. Booking a service still happens in the Fixidu app, since that requires a logged-in, authenticated user and a completed payment.

Disclaimer

This server is provided as-is for browsing Fixidu's public service catalog. It does not collect personal information, process payments, or create bookings on your behalf.

Tools it offers (5)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • list_service_categories
  • browse_service
  • search_services
  • get_service_price
  • get_app_download_link

Signals

Last commit
Aug 2026
Advanced
Delivery
mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-fixidu-mcp-server
Source
github.com/fixitindia/fixidu-mcp-server
Hosted endpoint
https://mcp.fixidu.com/mcp