mcpbeat Sign in

Fixidu MCP Server

answering

Fixidu is answering right now. Last checked 12 min ago. It exposes 5 tools. Last commit 15 Aug 2026.

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

Uptime history 26 days of history · worst day 97%
26 days agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
583 ms
Response time
average over 24h
0
Stars
last commit 15 Aug 2026

Nothing serious here today

Today is the operative word: we check Fixidu every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.fixidu.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.fixidu.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.fixidu.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.fixidu.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.fixidu.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

service
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.
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 to drill into one.
app
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 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.
browse
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-category's catalog) — mirrors how the Fixidu app itself branches.
services
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 a real image URL. Use this when the user asks about a specific kind of service, e.g. 'AC repair' or 'switch replacement'.

Endpoints

URLTransportStateLatencyChecked
https://mcp.fixidu.com/mcp streamable-http answering 567 ms 12 min ago

Alternatives to Fixidu

same job, measured the same way
Btp MCP Server
by abranjan07

Discover SAP BTP services, browse service catalog, check running instances, query dests, & more

77 installs/wk local only
PWA Debug Layer
by aryanduntley

Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.

37 installs/wk local only
PayU Docs
by payu-intrepos

Search PayU docs, browse the payment integration catalog, and fetch production-ready code.

answering
NOSTOS
by nostos

Retro games and vintage apparel in Duluth, GA. Live catalog, prices, trade-in offers, policies.

14 tools answering
Catalog Feed
by idfmetale

Read-only IDFMETALE precious-metals catalog: live spot prices, availability, VAT status.

8 tools answering
CalmActiva
by langhoormarchal-beep

Realtime CBD product catalog, prices, stock and FAQ from CalmActiva.

5 tools answering
C
Marketplace
by bids44

Resale prices (INR) for 600+ used products in India, plus live Bids44 marketplace search.

3 tools answering
Nord Trail Store
by expandingweb

Reference agent-ready storefront: search, look up and price a real Magento catalog.

6 tools answering

Fixidu — questions

Answers built from our own checks of this server.

What can Fixidu do?
It exposes 5 tools, read directly from the server on our last check. Among them: browse_service, get_app_download_link, get_service_price, list_service_categories, search_services. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Fixidu working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 583 ms. The bar chart above shows every period we have measured.
How do I connect Fixidu?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Fixidu need an API key?
No. Fixidu completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Fixidu?
It answers our handshake in 583 ms on average, which is faster than 25% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Fixidu open source?
We cannot say that it is: 0 stars on GitHub, but no licence is declared, and without one the code is not open source by default.