Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

OffshoreProz Agent API

БесплатноНе проверен

Enables automated company formation across multiple jurisdictions with REST and MCP interfaces. Supports jurisdiction listing, requirement details, cost estimat

GitHubEmbed

Описание

Enables automated company formation across multiple jurisdictions with REST and MCP interfaces. Supports jurisdiction listing, requirement details, cost estimation, and secure API key management.

README

Agent-native company formation over MCP and REST, running on Cloudflare Workers.

Form a real legal entity (e.g. a Wyoming LLC or a Marshall Islands DAO LLC) programmatically — designed for AI agents that need to spin up companies as part of a workflow. Public tools (list jurisdictions, estimate cost, register) require no authentication; formation and management tools require an API key.

  • Production: https://api.offshoreproz.com
  • MCP endpoint: https://api.offshoreproz.com/mcp
  • Docs: https://docs.offshoreproz.com

MCP server

The Agent API is also an MCP server with 14 tools covering the full formation lifecycle: self-registration, jurisdiction discovery, cost estimation, formation creation, status tracking, document access, webhooks, audit logs, and recovery flows. It supports OAuth 2.1 as a native remote connector (Claude Desktop / claude.ai), so no local mcp-remote bridge is needed.

See smithery.yaml for the tool catalog and docs/DEMO.md for a runnable sandbox walkthrough.


Authentication

Key prefix Mode Effect
op_test_* Sandbox No charges, no real filings
op_live_* Live Real payment + state filing

Get a free test key instantly via the offshoreproz_register MCP tool — no portal login required.


Local development

npm install

# Generate Cloudflare types from your wrangler config
npx wrangler types

# Copy and fill local secrets
cp .dev.vars.example .dev.vars   # set API_KEY_ENCRYPTION_SECRET (do NOT commit)

# Apply migrations to the local DB, then run the Worker
npm run migrate:local
npm run dev

Copy wrangler.example.jsonc to wrangler.jsonc and fill in your own Cloudflare account ID and resource bindings. Production secrets are never committed — set them with wrangler secret put.


Tests

npm run test           # run once
npm run test:watch     # watch mode
npm run test:coverage  # with coverage

Project layout

src/
├── index.ts            ← entry point (Hono app)
├── config/             ← static jurisdiction data
├── routes/             ← REST + MCP + OAuth + webhooks
├── middleware/         ← auth, CORS, errors, tracing
└── lib/                ← crypto, OFAC, providers, countries, logging
migrations/             ← D1 schema
tests/

License

See LICENSE.

from github.com/OffshoreProz/offshoreproz-agent-api

Установка OffshoreProz Agent API

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/OffshoreProz/offshoreproz-agent-api

FAQ

OffshoreProz Agent API MCP бесплатный?

Да, OffshoreProz Agent API MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для OffshoreProz Agent API?

Нет, OffshoreProz Agent API работает без API-ключей и переменных окружения.

OffshoreProz Agent API — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить OffshoreProz Agent API в Claude Desktop, Claude Code или Cursor?

Открой OffshoreProz Agent API на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare OffshoreProz Agent API with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai