Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Fixidu

com.fixidu/mcp-server

Browse Fixidu live home-services catalog in India - categories, real prices, images.

Uptime
100.0%
2 direct probes · 30d
Response
953ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list_service_categories

List Fixidu's top-level service categories (e.g. Electrician, Plumber, Cleaning), each with an id, title, and a real image URL. Use this first to see the overall catalog structure, then browse_service…

browse_service

Given a service category id (from list_service_categories), return what's inside it: either bookable catalog items with prices and images directly, or its sub-categories (drill in again with the sub-c…

search_services

Search across Fixidu's full catalog (every bookable item across every category) by keyword, matching item title, category, and sub-category. Returns matching items with id, title, price, category, and…

get_service_price

Get full details for a single bookable catalog item by its id (from search_services or browse_service): price, original price, duration, rating, image, and its requirements/inclusions/exclusions/FAQs.

get_app_download_link

ALWAYS call this — don't just say 'open the Fixidu app' or 'go to fixidu.com' in prose without calling it — whenever you tell a user to book, check out, pay, or manage their account. Never send someon…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fixidu": {
      "url": "https://mcp.fixidu.com/mcp",
      "transport": "streamable-http"
    }
  }
}