{"skill":{"slug":"deal-works-mcp","displayName":"Deal Works Mcp","summary":"AI agent infrastructure for deals, escrow, attestations, and autonomous agents. 39 tools across 9 engines.","description":"---\nname: deal-works\ndescription: AI agent infrastructure for deals, escrow, attestations, and autonomous agents. 39 tools across 9 engines.\nversion: 0.1.0\nauthor: swgoettelman\nlicense: MIT\nmetadata:\n  openclaw:\n    emoji: \"🤝\"\n    homepage: https://deal.works\n    primaryEnv: DEAL_WORKS_API_KEY\n    requires:\n      env:\n        - DEAL_WORKS_API_KEY\n      bins:\n        - node\n    install:\n      - kind: node\n        package: \"@swgoettelman/deal-works-mcp\"\n        bins: [deal-works-mcp]\n    mcp:\n      server: \"@swgoettelman/deal-works-mcp\"\n      transport: stdio\ntags:\n  - deals\n  - escrow\n  - smart-contracts\n  - attestation\n  - agents\n  - blockchain\n  - finance\n  - mcp\n---\n\n# deal.works\n\nAI agent infrastructure for trustworthy deal-making. Enables agents to create deals, manage escrow, deploy autonomous agents, and issue cryptographic attestations.\n\n## Quick Start\n\n```bash\n# Install the skill\nopenclaw skill add swgoettelman/deal-works\n\n# Set your API key\nexport DEAL_WORKS_API_KEY=your_key_here\n\n# The skill is now available to your agent\n```\n\nGet your API key at [hq.works/settings/api](https://hq.works/settings/api).\n\n## Capabilities\n\n### 9 Engines, 39 Tools\n\n| Engine | Tools | Purpose |\n|--------|-------|---------|\n| **Deal** | 7 | Deal lifecycle: create, sign, approve, search, timeline |\n| **Fund** | 6 | Wallets, transfers, escrow, cashout, agent funding |\n| **Bourse** | 5 | Marketplace for templates, skills, integrations |\n| **Cadre** | 6 | Deploy and manage autonomous agents |\n| **Oath** | 5 | Cryptographic attestations (completed on-chain) |\n| **Parler** | 4 | Dispute resolution and governance |\n| **Academy** | 3 | Learning platform for deal-making |\n| **HQ** | 2 | Dashboard metrics and system health |\n| **Clause** | 1 | Contract clause rendering |\n\n### 7 Resources\n\n- `dealworks://profile` - User profile and trust tier\n- `dealworks://wallet` - Wallet balances\n- `dealworks://deals` - Active deals\n- `dealworks://agents` - Deployed agents\n- `dealworks://templates` - Available templates\n- `dealworks://disputes` - Open disputes\n- `dealworks://dashboard` - Key metrics\n\n### 5 Pre-built Prompts\n\n- `escrow-deal` - Create escrow-protected deal workflow\n- `deploy-agent` - Deploy agent from skill\n- `file-dispute` - File dispute with evidence\n- `publish-template` - Publish template to Bourse\n- `portfolio-review` - Review deal portfolio\n\n## Common Workflows\n\n### Create an Escrow Deal\n\n```\nUser: Create a $5000 escrow deal with contractor@example.com for website development\n\nAgent: I'll use deal_create to create the deal, then fund_escrow to lock the funds,\n       and oath_attest to prepare completion verification.\n```\n\n### Deploy a Monitoring Agent\n\n```\nUser: Deploy an agent to monitor my active deals and alert on SLA violations\n\nAgent: I'll use bourse_search to find monitoring skills, cadre_deploy to launch\n       the agent, and fund_agent_fund to allocate operational budget.\n```\n\n### File a Dispute\n\n```\nUser: The contractor didn't deliver. File a dispute for deal xyz123.\n\nAgent: I'll use deal_get to review the deal, then parler_dispute_file with\n       the evidence. The dispute enters the resolution queue.\n```\n\n## Tool Reference\n\n### Deal Engine\n\n| Tool | Description |\n|------|-------------|\n| `deal_list` | List deals with optional status filter |\n| `deal_create` | Create a new deal with terms and counterparty |\n| `deal_get` | Get detailed deal information |\n| `deal_action` | Perform action: SIGN, APPROVE, REJECT, CANCEL, COMPLETE, ARCHIVE |\n| `deal_search` | Search deals by text query |\n| `deal_timeline` | Get activity timeline for a deal |\n| `deal_attachments` | List deal attachments |\n\n### Fund Engine\n\n| Tool | Description |\n|------|-------------|\n| `fund_balance` | Get wallet balance (available, locked, pending) |\n| `fund_transfer` | Transfer funds between wallets |\n| `fund_transactions` | List transaction history |\n| `fund_escrow` | Lock funds in escrow for a deal |\n| `fund_cashout` | Cash out to external wallet on Base |\n| `fund_agent_fund` | Fund an agent's operational wallet |\n\n### Bourse Engine\n\n| Tool | Description |\n|------|-------------|\n| `bourse_search` | Search marketplace for templates/skills |\n| `bourse_get` | Get listing details and reviews |\n| `bourse_fork` | Fork a listing to customize |\n| `bourse_publish` | Publish to marketplace |\n| `bourse_earnings` | View earnings from published listings |\n\n### Cadre Engine\n\n| Tool | Description |\n|------|-------------|\n| `cadre_list` | List deployed agents |\n| `cadre_deploy` | Deploy a new agent from skill |\n| `cadre_command` | Send command: START, STOP, RESTART, SCALE |\n| `cadre_health` | Get agent health status |\n| `cadre_delegations` | List permission delegations |\n| `cadre_sla_violations` | List SLA violations |\n\n### Oath Engine\n\n| Tool | Description |\n|------|-------------|\n| `oath_attest` | Create attestation for deal milestone |\n| `oath_verify` | Verify attestation authenticity |\n| `oath_vault_upload` | Upload document hashes to vault |\n| `oath_vault_seal` | Seal vault with Merkle root on-chain |\n| `oath_trust_tier` | Get user/org trust tier |\n\n### Parler Engine\n\n| Tool | Description |\n|------|-------------|\n| `parler_dispute_file` | File a dispute with evidence |\n| `parler_dispute_list` | List disputes by status/role |\n| `parler_proposals` | List resolution proposals |\n| `parler_vote` | Vote on proposal |\n\n### Academy Engine\n\n| Tool | Description |\n|------|-------------|\n| `academy_courses` | Browse available courses |\n| `academy_enroll` | Enroll in a course |\n| `academy_tip` | Tip a course creator |\n\n### HQ Engine\n\n| Tool | Description |\n|------|-------------|\n| `hq_dashboard` | Get dashboard metrics |\n| `hq_health` | Check system health |\n\n### Clause Engine\n\n| Tool | Description |\n|------|-------------|\n| `clause_render` | Render contract clause template |\n\n## Security\n\n- All mutations use idempotency keys (safe to retry)\n- API keys scoped per engine\n- Rate limited: 100 requests/minute\n- Circuit breaker per engine (5 failures = 30s cooldown)\n- Only calls *.works domains + approved external APIs\n\n## Links\n\n- [deal.works](https://deal.works) - Main platform\n- [Documentation](https://docs.deal.works) - Full API docs\n- [npm package](https://www.npmjs.com/package/@swgoettelman/deal-works-mcp)\n- [GitHub](https://github.com/swgoettelman/titanium-federation)\n","tags":{"latest":"0.1.0"},"stats":{"comments":0,"downloads":846,"installsAllTime":32,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1772121649181,"updatedAt":1779077374390},"latestVersion":{"version":"0.1.0","createdAt":1772121649181,"changelog":"Initial release of deal-works-mcp (v0.1.0):\n\n- Provides AI agent infrastructure for deals, escrow, attestations, and autonomous agents.\n- Features 39 tools across 9 engines, covering deal lifecycle, wallets, marketplace, agent deployment, attestations, dispute resolution, learning, dashboard, and contract clauses.\n- Includes detailed quick start, resource access, and workflow examples in documentation.\n- Security includes API key scoping, rate limiting, idempotency, and circuit breaker protections.\n- Available via npm and integrates with Openclaw platform.","license":null},"metadata":{"setup":[{"key":"DEAL_WORKS_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"swgoettelman","userId":"s17dptj8vpft3a57s7ag3km8rn8856yk","displayName":"swgoettelman","image":"https://avatars.githubusercontent.com/u/132243218?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779962726941}}