streamable-httpupdated 24d ago
Browse Fixidu's live home-services catalog — categories, real prices, and real images — from any MCP-compatible AI assistant. Read-only, no login required.
What can you do with Fixidu?
Fixidu MCP Server
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)
- Open Claude
- Settings → Connectors → Add custom connector
- URL:
https://mcp.fixidu.com/mcp - 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
| Tool | What it does |
|---|---|
list_service_categories |
Top-level categories (Electrician, Plumber, Cleaning, ...) with images |
browse_service |
Items or sub-categories within a category |
search_services |
Keyword search across the full catalog |
get_service_price |
Full price/detail for one item: price, duration, rating, inclusions/exclusions/FAQs |
get_app_download_link |
Fixidu 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.
Install
Add Fixidu to your client. Pick the one you use.
claude mcp add --transport http fixidu https://mcp.fixidu.com/mcpcodex mcp add fixidu --url https://mcp.fixidu.com/mcp{
"mcpServers": {
"fixidu": {
"url": "https://mcp.fixidu.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fixidu": {
"type": "http",
"url": "https://mcp.fixidu.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fixidu": {
"url": "https://mcp.fixidu.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fixidu": {
"serverUrl": "https://mcp.fixidu.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
Fixidu exposes 5 tools to a connected agent.
- list_service_categories
- Top-level categories (Electrician, Plumber, Cleaning, ...) with images
- browse_service
- Items or sub-categories within a category
- search_services
- Keyword search across the full catalog
- get_service_price
- Full price/detail for one item: price, duration, rating, inclusions/exclusions/FAQs
- get_app_download_link
- Fixidu app link (Android/iOS) — booking, payment, and account access all require the app
Score
68 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 16 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Aug 15, 2026 |
| 1.1.0 | Aug 15, 2026 |