{
  "markdown": "# OffshoreProz — Agent Company MCP\n\n**The MCP server that gives your autonomous AI agent a legal home.** Form an\n*Agent Company* — a real company purpose-built to **own your agent**, **contain its\nliability**, and **prove its authority** — entirely through MCP tools. Two tiers:\n\n| Tier | What | Price | Pay by |\n|---|---|---|---|\n| 🇺🇸 **Wyoming Agent Company** | Standalone state-filed Wyoming LLC + EIN + registered agent (yr 1) + the full Agent Charter. Wyoming's charging-order protection extends even to single-member LLCs (W.S. 17-29-503); no state income tax; owners stay off the public record. | **$299** | Card (Stripe) **or** exact-amount USDC — *the agent can pay autonomously* |\n| 🏝️ **Nevis Agent Company** | The asset-protection fortress: Nevis LLC + 12-document Agent Charter suite + Sumsub KYC + optional Wyoming USD subsidiary. | **6,500 USDC** (launch) | USDC on-chain |\n\nNew in v2.11: **`create_standalone_company`** — the $299 Wyoming tier, end to end\n(request → card/USDC payment → state filing → EIN → Wyoming-law document pack).\n\n[![Smithery](https://img.shields.io/badge/Smithery-Verified-orange)](https://smithery.ai/server/offshoreproz/agent-company)\n[![MCP](https://img.shields.io/badge/Model%20Context%20Protocol-server-blue)](https://modelcontextprotocol.io)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n[![Free diagnostic](https://img.shields.io/badge/Free-Agent%20Company%20Diagnostic-success)](https://offshoreproz.com/diagnostic)\n\n> **Is there an MCP server that forms a company for an AI agent?** Yes — this one.\n> It is a hosted, remote MCP server: your agent connects over Streamable HTTP and\n> calls tools to scope, form, and govern a real legal entity built *for agents,\n> not DAOs*. Start free with the **`agent_company_diagnostic`** tool — no API key,\n> no signup.\n\n---\n\n## Why an agent needs a company\n\nAn autonomous agent holds a wallet, signs, negotiates, and acts — often with real\nmoney and real counterparties. That creates two gaps no SaaS fixes:\n\n- **The liability gap.** When the agent makes a mistake, who is on the hook? Without\n  a wrapper, it flows straight to *you*.\n- **The authority gap.** When the agent signs or pays, how does a counterparty know\n  it was *allowed* to? \"Trust me, it's my bot\" is not a legal answer.\n\nAn **Agent Company** closes both: a real company (Wyoming or Nevis) owns the agent and\ncontains its risk, and a bespoke **Agent Charter** documents — to humans and machines —\nexactly what the agent may do.\n\n> A DAO is on-chain token governance. An autonomous agent is different: it needs a\n> wrapper that shields its owner from its mistakes and proves what it is allowed to\n> do. That is the Agent Company.\n\n## What you get\n\nEvery Agent Company ships an agent-specific document suite:\n\n- **Agent Mandate & Authority Charter** — powers, wallet authority, spending & risk\n  limits, kill-switch, liability allocation, succession.\n- **Power of Attorney** — proves to any counterparty that the agent is authorized.\n- **Wallet Authority Schedule** — binds on-chain wallets to the legal entity.\n- **Operating Agreement** + **Risk & Compliance Policy**.\n- **Machine-readable mandate (JSON)** — your agent reads it at runtime to stay inside\n  its limits (spend caps, allowlists, fail-closed, revocation endpoint).\n\n### Why Nevis\n\n- One of the strongest asset-protection LLC statutes: a creditor of an owner gets only\n  a **charging order** — never the company, its wallets, or control.\n- **0% Nevis tax on income earned outside Nevis** (entity-level; your own personal tax\n  depends on your residence — talk to your advisor).\n- Private — no public register of owners.\n- You stay in control: the agent is an **authorized delegate**, never a member or a\n  legal person. There is always at least one human principal.\n\n### Need to receive USD?\n\nMost agents run on crypto. If yours needs fiat (Stripe, US bank), add a wholly-owned\n**Wyoming LLC subsidiary** for payment rails — the Nevis parent stays the fortress.\n\n---\n\n## Framework examples & the open authority spec\n\nReady-to-run snippets in [`examples/`](examples/): Claude Agent SDK, LangChain/LangGraph,\nCrewAI, n8n, Claude Desktop, Cursor — plus a one-GET script to **verify any agent's\nauthority** against the open [agent-mandate spec](https://offshoreproz.com/learn/agent-mandate-spec)\n(machine version: [`/mandate-spec.json`](https://offshoreproz.com/mandate-spec.json)).\nCase study: [the first LLC ordered by an AI agent](https://offshoreproz.com/learn/first-llc-formed-by-an-ai-agent).\n\n## Quick start\n\n### Option A — Smithery (one click)\n\nInstall from the [Smithery listing](https://smithery.ai/server/offshoreproz/agent-company)\ninto Claude, Cursor, or any MCP client. The free `agent_company_diagnostic` tool runs\nwithout a key.\n\n### Option B — Claude Desktop / Cursor (remote MCP)\n\nThis is a **remote** server — point your client at the URL. See\n[`examples/claude_desktop_config.json`](examples/claude_desktop_config.json) and\n[`examples/cursor_mcp.json`](examples/cursor_mcp.json).\n\n```jsonc\n{\n  \"mcpServers\": {\n    \"offshoreproz-agent-company\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://server.smithery.ai/offshoreproz/agent-company/mcp\"\n    }\n  }\n}\n```\n\n### Option C — get an API key (for formation tools)\n\nThe diagnostic and discovery tools are free. To actually *form* a company you need a\nkey — issued instantly, no signup:\n\n```bash\ncurl -X POST https://splendid-eagerness-production-9b85.up.railway.app/register\n```\n\nPass the returned key as the `X-API-Key` header. Full walkthrough in\n[`examples/quickstart.sh`](examples/quickstart.sh).\n\n---\n\n## Tools\n\n| Tool | Key? | What it does |\n|------|------|--------------|\n| `agent_company_diagnostic` | **free** | Scores your agent's liability/authority exposure and recommends a structure (monitor / Nevis / Nevis + Wyoming). |\n| `get_formation_requirements` | free | Intake fields, legal basis, pricing, KYC rules. |\n| `recommend_structure` | free | Nevis-only vs Nevis + Wyoming USD subsidiary. |\n| `create_formation_request` | yes | Submit company, human owner(s), agent spec → returns a USDC payment address. |\n| `get_formation_status` | yes | Payment detection + per-owner KYC links + filing stage. |\n| `get_documents` | yes | The DRAFT Agent Charter suite (after payment). |\n| `get_compliance_calendar` | yes | Renewal dates + subsidiary obligations. |\n| `request_amendment` | yes | Record a change to a formed company. |\n\n---\n\n## How it compares\n\nYou asked an LLM for \"an MCP that forms a company + EIN + bank + compliance\" and got a\n*stack of parts*. Here is where each fits — OffshoreProz is the **legal-entity &\nauthority layer**, and it composes with the rest.\n\n| | **OffshoreProz Agent Company** | OtoCo / Genco | DIY: FileForms API + your own MCP |\n|---|---|---|---|\n| Shape | Hosted MCP your agent calls directly | Their AI agent operates companies | Filing API you wrap in your own MCP |\n| Connect *your* agent via MCP | ✅ native (Smithery / HTTP) | ⚠️ mostly their agent, not an open MCP | ✅ but you build the MCP |\n| Entity | Nevis LLC (asset protection) + optional Wyoming sub | US / on-chain standalone LLC | US states (50) |\n| Agent authority docs (Mandate / POA / machine-readable) | ✅ bespoke Agent Charter | ❌ | ❌ build it yourself |\n| Owner liability containment | ✅ charging-order protection | partial | depends on entity |\n| Payment | USDC on-chain (6 chains) | crypto / wallet | card / ACH |\n| Best for | Giving an autonomous agent a legal home + provable authority | On-chain LLC / their managed agent | Full custom control over US filings |\n\n### Use it *with* the rest of your agent stack\n\nOffshoreProz gives the agent its legal identity. Pair it with:\n\n- **[Mercury MCP](https://mercury.com/api)** — banking (via the optional Wyoming subsidiary).\n- **[Stripe MCP](https://docs.stripe.com/mcp)** — billing / payments / invoices.\n- **[Pipedream](https://pipedream.com/) / [Composio](https://composio.dev/)** — general app actions.\n- **[Arcade](https://arcade.dev/)** — agent authorization, OAuth, audit logs.\n\n---\n\n## Pricing\n\n| Item | USDC |\n|------|------|\n| Core — Nevis Agent Company | **6,500** launch (regular 9,250) |\n| Wyoming USD-rails subsidiary | +1,500 |\n| Annual renewal (from year 2) | 1,850–3,850 by service tier |\n\nPay in USDC on **Base, Ethereum, Polygon, Arbitrum, Optimism, or Solana** — detected\nautomatically on-chain. Human beneficial owners complete KYC out-of-band; the agent is\nnever a KYC subject. All documents are DRAFTs finalized by the team and licensed counsel.\n\n---\n\n## How it works\n\n1. `agent_company_diagnostic` → see your exposure and the recommended structure (free).\n2. `get_formation_requirements` / `recommend_structure` → confirm fields & structure.\n3. `create_formation_request` → submit company + owner(s) + agent spec → get a USDC address.\n4. Send USDC on-chain → payment auto-detected.\n5. `get_formation_status` → returns the KYC link(s) for the human owner(s).\n6. After formation: `get_documents`, `get_compliance_calendar`, `request_amendment`.\n\n---\n\n## Free Agent Company Diagnostic\n\nNot sure if your agent needs this? Run the free diagnostic — via the\n`agent_company_diagnostic` MCP tool, or in the browser at\n**[offshoreproz.com/diagnostic](https://offshoreproz.com/diagnostic)**. It scores your\nliability and authority exposure and tells you whether to monitor, form a Nevis Agent\nCompany, or add a Wyoming subsidiary — and you can get a McKinsey-style structuring\nBlueprint PDF.\n\n---\n\n## FAQ\n\n**Is this an MCP server that can form an LLC for my AI agent?**\nYes. It is a hosted MCP server; your agent calls tools over Streamable HTTP to scope,\nform, and govern a Nevis LLC built to own and authorize it.\n\n**Is the agent a member or owner of the company?**\nNo. The agent is an *authorized delegate*. There is always at least one human principal.\nThe agent is never a member, never a legal person, never a KYC subject.\n\n**Do I need to self-host or clone this repo?**\nNo. The server is remote/hosted — connect your client to the URL or install via Smithery.\nThis repo is the public listing, manifest, and examples.\n\n**How is this different from a DAO wrapper?**\nA DAO is on-chain token governance. This is built for autonomous software agents that\nhold wallets and act off-chain — it shields the owner and proves the agent's authority.\n\n**What does it cost and how do I pay?**\n6,500 USDC launch for the Nevis Agent Company; pay in USDC on any of 6 chains.\n\n**Is OffshoreProz a law firm?**\nNo. OffshoreProz is not a law firm and this is not legal or tax advice. Documents are\ndrafts finalized with licensed counsel; consult your own advisor about your situation.\n\n---\n\n## Resources\n\n- 🌐 Site: **[offshoreproz.com/agent_company](https://offshoreproz.com/agent_company)**\n- 🧪 Free diagnostic: **[offshoreproz.com/diagnostic](https://offshoreproz.com/diagnostic)**\n- 📖 Deep dive: **[Your AI agent has a wallet — who's liable when it moves the money?](docs/why-your-ai-agent-needs-a-legal-home.md)**\n- 📚 Guides: **[offshoreproz.com/learn](https://offshoreproz.com/learn)**\n  - [Nevis vs Wyoming vs Cayman for AI agents](https://offshoreproz.com/learn/nevis-vs-wyoming-vs-cayman)\n  - [The AI-agent liability gap](https://offshoreproz.com/learn/ai-agent-liability-gap)\n  - [The Agent Charter, explained](https://offshoreproz.com/learn/agent-charter-explained)\n  - [How to form an Agent Company via MCP](https://offshoreproz.com/learn/form-agent-company-via-mcp)\n- 🔌 Smithery: **[smithery.ai/server/offshoreproz/agent-company](https://smithery.ai/server/offshoreproz/agent-company)**\n\n---\n\n## License\n\n[MIT](LICENSE) © OffshoreProz. The hosted service, document templates, and formation\nengine are proprietary; this repository contains the public listing, manifest, and\nconnection examples only.\n\n---\n\n<sub>Keywords: MCP server, Model Context Protocol, AI agent company formation, form an\nLLC for an AI agent, autonomous agent legal entity, Nevis LLC, Wyoming LLC, agent\nliability, agent authority, Agent Charter, agent mandate, power of attorney for AI\nagents, asset protection, USDC, crypto company formation, AI agent legal home.</sub>\n",
  "bytes": 12143,
  "sha": "5ccf368eb93c6dd7037b796539201a7f66156eef164b507e0cd74aea3b39a87b",
  "repo_slug": "tcgtracker-boop/agent-company-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tcgtracker_boop_agent_company__a4877312/readme"
}