{
  "markdown": "# Contracko skills\n\n**AI contract management MCP server by Contracko.** Manage your business contracts with Claude, ChatGPT, Codex, Gemini, Copilot, Cursor, Grok, and other AI tools.\n\n[Contracko](https://contracko.com) is a contract repository: PDFs and Word files in one workspace, with dates, values, parties, and AI analysis on top. These skills teach an assistant how to import, review, organise, and file that work. The MCP server is the live connection to your workspace.\n\n**No account yet?** Start a [7-day free trial](https://contracko.com) (no credit card). You can also create the trial account on the OAuth screen the first time you connect the server.\n\n## Security\n\nContracko does not train models on your contracts. Analysis inside the product runs under commercial API terms, with Zero Data Retention where we have it, and we work to get ZDR with every AI subprocessor. See [Security](https://contracko.com/features/security).\n\nConnecting this plugin is different: when Claude, ChatGPT, Codex, or another assistant calls Contracko, contract text is sent to *that* product. Contracko cannot control what they do with it. Turn off model training in that product before using real contracts.\n\n## Install\n\nYou connect your assistant to Contracko in two steps:\n\n1. **Add the skills** (this repo) so it knows how to help with contracts.\n2. **Add the connection** so it can reach your workspace. Paste this address when asked:\n\n```\nhttps://app.contracko.com/mcp\n```\n\nA browser window will open. Sign in to Contracko (or start the free trial there). Adding the skills does not connect the workspace on its own. If Contracko is already listed in that assistant, skip step 2.\n\nWhen you sign in, tick **Read** so it can answer questions. Tick **Write** only if it should add or change contracts. Leave **Write** off unless you want that.\n\nOpen the section for the product you use.\n\n<details>\n<summary><strong>Claude</strong> (claude.ai or Claude Desktop)</summary>\n\n1. Download the skill files from [Releases](https://github.com/contracko/contracko-skills/releases/latest) and add them in Claude.\n2. Go to **Settings → Connectors → Add custom connector**.\n3. Paste `https://app.contracko.com/mcp`.\n4. Sign in in the browser that opens.\n\nIf Contracko already appears under Connectors, do not add it a second time.\n\n</details>\n\n<details>\n<summary><strong>ChatGPT</strong></summary>\n\n1. In the workspace, go to **Settings → Plugins → Import marketplace** and enter `contracko/contracko-skills`.\n2. Turn on **Developer mode**.\n3. Go to **Settings → Apps → Create** and paste `https://app.contracko.com/mcp`.\n4. Sign in in the browser that opens.\n\nChatGPT has no settings file for this. Use the screens above.\n\n</details>\n\n<details>\n<summary><strong>Grok</strong> (grok.com)</summary>\n\n1. Open [grok.com/connectors](https://grok.com/connectors).\n2. Add `https://app.contracko.com/mcp`.\n3. Sign in in the browser that opens.\n\nFor Grok in the terminal, see **Any other assistant** below.\n\n</details>\n\n<details>\n<summary><strong>Claude Code</strong></summary>\n\nIn Claude Code, run:\n\n```\n/plugin marketplace add https://github.com/contracko/contracko-skills.git\n/plugin install contracko-skills@contracko\n```\n\nPaste that full GitHub address (not a short `owner/repo` name). Then connect:\n\n```bash\nclaude mcp add --transport http contracko https://app.contracko.com/mcp\n```\n\nType `/mcp` in the session and sign in in the browser.\n\n</details>\n\n<details>\n<summary><strong>Codex</strong></summary>\n\n```bash\nnpx skills@latest add contracko/contracko-skills\ncodex mcp add contracko --url https://app.contracko.com/mcp\ncodex mcp login contracko\n```\n\nSign in in the browser that opens.\n\n</details>\n\n<details>\n<summary><strong>Cursor</strong></summary>\n\nThis repository includes a Cursor plugin manifest at `.cursor-plugin/plugin.json`. It bundles the four existing skills and the MCP connection in `mcp.json`; no API key is included. The plugin is not yet listed in the public Cursor Marketplace.\n\nTo test the plugin locally, clone this repository into `~/.cursor/plugins/local/contracko-skills`, reload Cursor, and check **Customize** for the skills and MCP server. Connect Contracko and complete OAuth in the browser. Approve **Read** by default and **Write** only when needed. If you already added the same server manually, use one connection rather than enabling both.\n\nFor manual installation without the plugin:\n\n```bash\nnpx skills@latest add contracko/contracko-skills\n```\n\nThen add this to `.cursor/mcp.json` in your project (create the file if it is not there):\n\n```json\n{ \"mcpServers\": { \"contracko\": { \"url\": \"https://app.contracko.com/mcp\" } } }\n```\n\nRestart Cursor if it does not pick up the connection, then sign in in the browser.\n\n</details>\n\n<details>\n<summary><strong>Cline</strong></summary>\n\n```bash\nnpx skills@latest add contracko/contracko-skills\n```\n\nThen open the Cline panel, go to the **Configure** tab, and add this to the MCP settings JSON (the CLI reads `~/.cline/mcp.json`):\n\n```json\n{ \"mcpServers\": { \"contracko\": { \"type\": \"streamableHttp\", \"url\": \"https://app.contracko.com/mcp\" } } }\n```\n\nSign in in the browser that opens. Set `\"type\": \"streamableHttp\"`, because leaving it out falls back to the older SSE transport.\n\n</details>\n\n<details>\n<summary><strong>GitHub Copilot</strong> (VS Code)</summary>\n\n```bash\nnpx skills@latest add contracko/contracko-skills\n```\n\nThen add this to `.vscode/mcp.json` in your project:\n\n```json\n{ \"servers\": { \"contracko\": { \"type\": \"http\", \"url\": \"https://app.contracko.com/mcp\" } } }\n```\n\nSign in in the browser that opens.\n\n</details>\n\n<details>\n<summary><strong>Gemini CLI</strong></summary>\n\n```bash\nnpx skills@latest add contracko/contracko-skills\n```\n\nThen add this to `~/.gemini/settings.json`:\n\n```json\n{ \"mcpServers\": { \"contracko\": { \"httpUrl\": \"https://app.contracko.com/mcp\" } } }\n```\n\nSign in in the browser that opens.\n\n</details>\n\n<details>\n<summary><strong>OpenClaw</strong></summary>\n\n```bash\nnpx skills@latest add contracko/contracko-skills\nopenclaw mcp set contracko '{\"url\":\"https://app.contracko.com/mcp\",\"transport\":\"streamable-http\"}'\nopenclaw mcp configure contracko --auth oauth\nopenclaw mcp login contracko\n```\n\nSign in in the browser that opens.\n\n</details>\n\n<details>\n<summary><strong>Hermes</strong></summary>\n\n```bash\nnpx skills@latest add contracko/contracko-skills\n```\n\nThen add this to `~/.hermes/config.yaml`:\n\n```yaml\nmcp_servers:\n  contracko:\n    url: \"https://app.contracko.com/mcp\"\n    auth: oauth\n```\n\nRun `hermes mcp login contracko` and sign in in the browser.\n\n</details>\n\n<details>\n<summary><strong>Any other assistant</strong></summary>\n\nPaste this into the assistant and let it follow the file:\n\n```\nFetch and follow https://contracko.com/mcp/install/prompt.md\n```\n\nIf you are adding the connection yourself, the address is still `https://app.contracko.com/mcp`. Sign in in a browser. Do not add Contracko twice if it is already connected.\n\nStep-by-step recipes: [agent-setup/prompt.md](agent-setup/prompt.md).\n\n</details>\n\n## Usage\n\nOnce connected, talk to the assistant the way you would a colleague. These are the jobs people actually run:\n\n| Try asking | What it does |\n|---|---|\n| We are onboarding. Pull every PDF from this folder, and from our Drive / SharePoint / Box contracts library, into Contracko. | Finds the files (on disk or in cloud storage you already have connected), checks the set with you, imports them, and lets Contracko extract dates, parties, and types. |\n| I do not want silent renewals. What needs notice, ends, or auto-renews in the next quarter? Set reminders for all of it. | Lists the dates that matter today, then creates reminders on those contracts so you are notified in time. |\n| Compare Acme's MSA to Beta's. Who has the better liability cap, termination, and data-processing terms? | Puts both records side by side, with quoted clauses, so you can choose. |\n| Audit our vendor contracts for uncapped liability, one-sided indemnities, and missing notice periods. | Walks the portfolio, flags the risk language, and quotes the sentence behind each finding. |\n| Our filing is a mess. Set up MSA, NDA, SOW, and DPA with the fields we actually use, then put each contract in the right folder. | Shapes types and fields, shows visible folders, confirms the destination, then creates folders or files contracts as requested. |\n| What should we look at this month? What is urgent, and what are we missing? | Ranks the workspace by urgency and gaps, with a count of how much it looked at. |\n| Walk me through a new NDA, send it for signature, and file the signed PDF when it comes back. | Runs the questionnaire, then files the executed copy. Drafting and signing still happen in Contracko. |\n\n## Skills\n\nFour playbooks. You do not have to pick one; asking in plain language is enough.\n\n| Skill | Use it for |\n|---|---|\n| [contracko](skills/contracko/SKILL.md) | Connecting, then organising types, fields, and counterparties |\n| [contracko-import](skills/contracko-import/SKILL.md) | Bringing PDFs and Word files in from disk, Drive, SharePoint, Box, or a link |\n| [contracko-review](skills/contracko-review/SKILL.md) | Notice dates, reminders, comparisons, risk language, and what to look at next |\n| [contracko-create](skills/contracko-create/SKILL.md) | A new agreement, from questions through filing the signed PDF |\n\n## Get help\n\nWant guidance on Contracko? Read the [docs](https://contracko.com/docs) or [contact us](https://contracko.com/contact). That covers the product, your workspace, and anything else you want to talk through.\n\nHave a question about these skills, a suggestion, or an improvement? [Open a GitHub issue](https://github.com/contracko/contracko-skills/issues).\n\n## Contributing\n\nBefore publishing skill changes, run `python3 -m unittest discover -s tests -v`.\nSee [validation and catalog refresh](tests/README.md) and the [workflow regression cases](tests/workflow-cases.md).\n\nMIT licensed.\n",
  "bytes": 9945,
  "sha": "18d0f6c232c0288bc7fca9f39f6f3ad60f7d40918075d2b5b50bac7331e5d116",
  "repo_slug": "contracko/contracko-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_contracko_contracko_skills_1472f580/readme"
}