{
  "markdown": "# Fixidu MCP Server\n\nBrowse Fixidu's live home-services catalog — categories, real prices, and real images — from any MCP-compatible AI assistant. Read-only, no login required.\n\nFixidu is a home-services marketplace (electricians, plumbers, cleaning, appliance repair, and more) operating in India.\n\n## Endpoint\n\n```\nhttps://mcp.fixidu.com/mcp\n```\n\nStreamable HTTP, stateless, no authentication needed. Live landing page with the same setup info: https://mcp.fixidu.com\n\n## Install on Claude\n\n**Using Connectors (Claude subscription)**\n1. Open Claude\n2. Settings → Connectors → Add custom connector\n3. URL: `https://mcp.fixidu.com/mcp`\n4. Save and restart Claude\n\n**Claude Code (CLI)**\n```bash\nclaude mcp add --transport http fixidu https://mcp.fixidu.com/mcp\n```\n\n**Manual configuration (free plan)**\n\nAdd to `claude_desktop_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"fixidu-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://mcp.fixidu.com/mcp\"]\n    }\n  }\n}\n```\n\n## Install on ChatGPT\n\nSettings → Connectors → Add custom connector → URL: `https://mcp.fixidu.com/mcp` → Authentication: **None**. (Requires a ChatGPT plan with custom connectors enabled.)\n\n## Install on Codex (OpenAI Codex CLI)\n\nAdd to `~/.codex/config.toml`:\n```toml\n[mcp_servers.fixidu]\ncommand = \"npx\"\nargs = [\"mcp-remote\", \"https://mcp.fixidu.com/mcp\"]\n```\nThis 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.\n\n## Install in VS Code\n\n**One-click:**\n\n[![Install MCP](https://img.shields.io/badge/Install-FixiduMCP-D64545)](https://insiders.vscode.dev/redirect?url=vscode:mcp/install?%7B%22type%22%3A%22http%22%2C%22name%22%3A%22fixidu-mcp%22%2C%22version%22%3A%221.1.0%22%2C%22description%22%3A%22Browse%20Fixidu%20live%20home-services%20catalog%20-%20categories%2C%20prices%2C%20images%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.fixidu.com%2Fmcp%22%2C%22author%22%3A%22Fixidu%22%2C%22tags%22%3A%5B%22fixidu-mcp%22%2C%22mcp%22%2C%22server%22%2C%22home-services%22%5D%2C%22categories%22%3A%5B%22mcp%22%5D%7D)\n\n**Manual:** add to your `mcp.json`:\n```json\n{\n  \"servers\": {\n    \"fixidu-mcp\": {\n      \"url\": \"https://mcp.fixidu.com/mcp\",\n      \"type\": \"http\"\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `list_service_categories` | Top-level categories (Electrician, Plumber, Cleaning, ...) with images |\n| `browse_service` | Items or sub-categories within a category |\n| `search_services` | Keyword search across the full catalog |\n| `get_service_price` | Full price/detail for one item: price, duration, rating, inclusions/exclusions/FAQs |\n| `get_app_download_link` | Fixidu app link (Android/iOS) — booking, payment, and account access all require the app |\n\n## Example prompts\n\n- \"What services does Fixidu offer?\"\n- \"How much does AC repair cost?\"\n- \"Search for switch replacement services\"\n- \"Show me everything under Cleaning\"\n\n## What this doesn't do\n\nNo 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.\n\n## Disclaimer\n\nThis 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.\n",
  "bytes": 3579,
  "sha": "813b877985196321ac0978bf2301c96d334e6b2864ccf173f14aa8c926d90ab7",
  "repo_slug": "fixitindia/fixidu-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_fixidu_mcp_server_0cc35e28/readme"
}