# Fixidu MCP server

Agent View of the PolicyLayer registry record for Fixidu: identity, probed posture, risk grade, and all 5 tools classified. HTML page: https://policylayer.com/tools/com-fixidu-mcp-server

## Facts

- Server id: `https://mcp.fixidu.com/mcp`
- Homepage: https://github.com/Fixitindia/FIXIDU-MCP-SERVER
- Registry record: grade C, identity unverified
- Lifecycle: active
- Auth posture: open
- CORS policy: *
- Rate-limited: yes
- Tools: 5 (4 with introspected schema)
- Tool categories present: Read
- Context-window cost: 700 tokens per request — https://policylayer.com/token-cost/com-fixidu-mcp-server
- Tags: com fixidu mcp server
- Record last modified: 2026-08-26T11:07:25.272Z

## Tools (5)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `browse_service` | Read | Low | https://policylayer.com/tools/com-fixidu-mcp-server/browse-service.md |
| `get_app_download_link` | Read | Low | https://policylayer.com/tools/com-fixidu-mcp-server/get-app-download-link.md |
| `get_service_price` | Read | Low | https://policylayer.com/tools/com-fixidu-mcp-server/get-service-price.md |
| `list_service_categories` | Read | Low | https://policylayer.com/tools/com-fixidu-mcp-server/list-service-categories.md |
| `search_services` | Read | Low | https://policylayer.com/tools/com-fixidu-mcp-server/search-services.md |

## Tool descriptions

- `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 …
- `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 t…
- `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.
- `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 …

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-fixidu-mcp-server · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/com-fixidu-mcp-server
