# Fixidu (remote · mcp.fixidu.com)

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

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `mcp.fixidu.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-fixidu-mcp-server/mcp.md), [page](https://verifymcp.io/servers/com-fixidu-mcp-server/mcp)

## Channel facts

- Endpoint: `https://mcp.fixidu.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 510 tokens (~102/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-fixidu-mcp-server https://mcp.fixidu.com/mcp
```

### Codex

```toml
[mcp_servers.com-fixidu-mcp-server]
url = "https://mcp.fixidu.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-fixidu-mcp-server": {
      "type": "remote",
      "url": "https://mcp.fixidu.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-fixidu-mcp-server --url https://mcp.fixidu.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-fixidu-mcp-server:
    url: "https://mcp.fixidu.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-fixidu-mcp-server": {
      "type": "http",
      "url": "https://mcp.fixidu.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-18 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-16 (score 64, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-15 (score 63)

First indexed and scored.

## MCP tools (5)

### `list_service_categories` (~60 tokens)

List Fixidu 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.

### `browse_service` (~80 tokens)

Browse a Fixidu service category

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.

Input parameters:

- `serviceId` (string|number, required): A service category id from list_service_categories

### `search_services` (~104 tokens)

Search Fixidu's service catalog

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'.

Input parameters:

- `keyword` (string, required): Search term, e.g. 'AC repair', 'switch replacement', 'deep cleaning'

### `get_service_price` (~66 tokens)

Get full details and price for one Fixidu catalog item

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.

Input parameters:

- `itemId` (string|number, required): The catalog item's numeric id

### `get_app_download_link` (~200 tokens)

Get the Fixidu 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.

Input parameters:

- `platform` (string): The user's device platform, if known. Omit to get both links.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-fixidu-mcp-server/mcp#diagnostics

## Score history

- 2026-08-20: 66
- 2026-08-19: 65
- 2026-08-18: 65
- 2026-08-17: 64
- 2026-08-16: 64
- 2026-08-15: 63

## Links

- Remote endpoint: https://mcp.fixidu.com/mcp
- Repository: https://github.com/Fixitindia/FIXIDU-MCP-SERVER
- Changelog RSS feed: https://verifymcp.io/servers/com-fixidu-mcp-server/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-fixidu-mcp-server/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-fixidu-mcp-server/mcp
