{
  "markdown": "# 11FGB Cleaning Tools MCP\n\nFree deterministic cleaning calculators for AI assistants, agents, and web applications. The hosted server returns structured estimates, plain-text fallback answers, and optional MCP Apps visualizations.\n\nProduction endpoint: `https://mcp.11fgb.com/mcp`\n\nDocumentation and interactive calculators: [11fgb.com/developers/mcp](https://11fgb.com/developers/mcp)\n\n## Tools\n\n| Tool | Intended use |\n| --- | --- |\n| `estimate_home_cleaning_cost` | Home and apartment price, labor, crew, and duration planning |\n| `estimate_office_cleaning_cost` | Per-visit and monthly office cleaning budgets |\n| `estimate_cleaning_time_and_crew` | Workload, visit duration, and crew sizing |\n| `calculate_cleaning_chemical_usage` | Ready-to-use solution, concentrate, water, and generic package quantities |\n\nAll results are planning estimates, not binding quotes. Product labels and Safety Data Sheets override chemical calculations. Never mix cleaning chemicals unless the manufacturer explicitly instructs it.\n\n## Connect\n\nUse the remote Streamable HTTP endpoint in any compatible client:\n\n```json\n{\n  \"mcpServers\": {\n    \"11fgb-cleaning-tools\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.11fgb.com/mcp\"\n    }\n  }\n}\n```\n\nNo account or API key is required.\n\n## Example\n\nAsk an assistant with the MCP connected:\n\n> Estimate a standard one-time cleaning for a 1,900 sq ft, three-bedroom, two-bath house in ZIP 78704 with one dog.\n\nThe result includes a price range, labor hours, recommended crew, expected duration, assumptions, warnings, and a 30-day visual report URL.\n\n## Run locally\n\nRequirements: Node.js 20+.\n\n```bash\nnpm install\nnpm run dev\n```\n\nThe development server listens on `http://localhost:3400`. Run all checks with:\n\n```bash\nnpm run check\ndocker build -t 11fgb-cleaning-tools .\n```\n\n## Configuration\n\nCopy `.env.example` into your own environment. Production requires a random 32-byte `REPORT_TOKEN_KEY` encoded as base64. The optional private rate feed can override the bundled national and Central Texas demonstration rate cards.\n\nThe report token contains only calculator inputs accepted by the public schemas. Exact street addresses are not accepted. Tokens are AES-256-GCM encrypted, expire after 30 days, and are not persisted as user records.\n\n## HTTP endpoints\n\n| Endpoint | Purpose |\n| --- | --- |\n| `POST /mcp` | MCP Streamable HTTP transport |\n| `POST /api/v1/calculations/{calculator}` | Web calculator adapter |\n| `GET /api/v1/reports/{token}` | Recompute an anonymous visual report |\n| `GET /health` | Container health |\n| `GET /.well-known/mcp/server-card.json` | Registry scanner fallback |\n| `POST /api/v1/events` | Anonymous aggregate report interaction event |\n\n## Methodology and data\n\nThe calculation engine is deterministic and versioned. Public fallback rates live in `data/rates.json`; hosted production may supply fresher rate cards through `CALCULATOR_DATA_URL`. A result always identifies its methodology and data version and distinguishes a verified Central Texas market from a national planning fallback.\n\n## Privacy and security\n\n- No user account is required.\n- The server does not request or accept exact street addresses.\n- Full chat prompts are not stored.\n- Rate limits apply to anonymous calculations.\n- Report links are encrypted and expire after 30 days.\n- Security reports: [11fgb.com/contact-us](https://11fgb.com/contact-us).\n\n## License\n\n[MIT](LICENSE)\n\n## Production deployment\n\nThe production workflow deploys an exact commit SHA to `/opt/11fgb-mcp`. It builds a tagged image, starts an isolated candidate on port 3401, verifies health and an MCP initialize handshake, switches the Compose service on port 3400, and retains the previous tagged image for rollback. The container is limited to 512 MB RAM and log/image rotation is bounded.\n",
  "bytes": 3813,
  "sha": "7a36c3cb29d254a4a17a135f60df391c358592e0670ac0825839f4c437ddf93d",
  "repo_slug": "kossik/11fgb-cleaning-tools-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kossik_11fgb_cleaning_tools_cbbea70e/readme"
}