Connection check
verified live · 20h ago
fixitindia-mcp-server
Browse Fixidu live home-services catalog in India - categories, real prices, images.
Tools
5
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
5 toolsRead from the running server on 20h ago.
browse_service
read-only
serviceId*
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… 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-category's catalog) — mirrors how the Fixidu app itself branches.
get_app_download_link
read-only
platform
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 accoun… 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 someone to 'the app' without also handing them this real, clickable link; a name alone isn't enough for someone who doesn't have it installed. Triggers include: the user says 'book now'/'book it'/'let's book' or anything meaning that, you're about to tell them booking/payment/checkout must happen in the app, or you don't know whether they even have the app installed yet (default to assuming they might not — call this rather than skip it). Returns the real Play Store / App Store link for their platform. If their platform isn't known, ask or just return both.
get_service_price
read-only
itemId*
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/inclusi… 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.
list_service_categories
read-only
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,… 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 to drill into one.
search_services
read-only
keyword*