{
  "markdown": "# Calibrd Agent\n\nWill a hiring manager shortlist you for this role? [Calibrd](https://www.calibrd.com) scores one job posting against your CV and answers that before you spend an evening on the application. It shows where you fall short at your level, the questions each round will ask, how your CV lands with a recruiter and with an applicant tracking system, and it drafts the cover letter when you decide the job is worth it.\n\nThis repository is the plugin manifest only. The server runs at `https://www.calibrd.com/mcp`.\n\nListed on [Smithery](https://smithery.ai/servers/justinxcguo/calibrd-agent) and [Glama](https://glama.ai/mcp/servers/Calibrd/calibrd-agent), and in the official MCP registry as `com.calibrd/agent`.\n\n## Install\n\n**Claude (claude.ai):** Settings → Connectors → Add custom connector → URL `https://www.calibrd.com/mcp`.\n\n**Claude Code:**\n\n```\nclaude mcp add --transport http calibrd https://www.calibrd.com/mcp\n```\n\n**Grok (grok.com / Grok Bot):** grok.com/connectors → Custom → paste the URL.\n\n**Grok Build, Cursor, other MCP clients:** copy `.mcp.json` into your project, or install this plugin from the xAI marketplace.\n\nGive the tools a posting as text or as a link (public LinkedIn job pages, Greenhouse, Lever, Levels.fyi, careers pages). Connecting opens a Calibrd sign-in once. Reports are free, three a day. A pass removes the cap and unlocks every tool; payment is on calibrd.com, never in the chat.\n\n## Tools\n\n| Tool | What it does | Gate |\n|---|---|---|\n| `calibrd_score_job` | Match score 0–100 and the gaps at your level | Free |\n| `calibrd_report` | The full Calibrd report on one job | Free, 3 a day |\n| `calibrd_review_cv` | Recruiter and ATS scores, what to fix | Free |\n| `calibrd_cover_letter` | A draft from your CV for one job | One free, then a pass |\n| `calibrd_status` | What you have on Calibrd | Free |\n| `calibrd_get_pass` | A checkout link for a pass | Free to ask |\n\n## Running it over stdio\n\nMost clients connect straight to `https://www.calibrd.com/mcp` and none of this\nis needed. `bridge.mjs` is here for the two cases that cannot: clients that\nspeak only stdio, and directory scanners that need a process to start and\nintrospect.\n\n```\nnode ./bridge.mjs\n```\n\nNo dependencies and no build step — it is one file on the Node standard\nlibrary. It answers `initialize` and `tools/list` locally, so listing the tools\nneeds no account and no network. Running one does: `tools/call` forwards to the\nhosted server with the bearer token in `CALIBRD_ACCESS_TOKEN`, and says so\nplainly when there isn't one. `CALIBRD_MCP_URL` overrides the endpoint.\n\nThe tool catalogue in `bridge.mjs` mirrors the hosted server. If the server\ngains or changes a tool, update the file — nothing enforces that automatically.\n\n## Your data\n\nCalibrd Agent runs inside your assistant. Your CV, the job description and the report pass through your assistant's provider (Anthropic, OpenAI or xAI) under their terms. Calibrd itself keeps none of it: reports and CVs are generated and returned, not stored.\n\nFull details: https://www.calibrd.com/agent and https://www.calibrd.com/privacy\n\n## License\n\nMIT, for this manifest. Calibrd itself is a hosted service under its own terms.\n",
  "bytes": 3201,
  "sha": "231ac1d694c01a5ef54f79fcd563e4f0b97991ca1c5c18b00c34407c67ea7912",
  "repo_slug": "calibrd/calibrd-agent",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_calibrd_agent_aa4cf01d/readme"
}