OffshoreProz Agent API
Form a Wyoming LLC ($499) or Marshall Islands DAO LLC ($9,500) programmatically via MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Offshoreproz List Jurisdictions: List all available company-formation jurisdictions with pricing and timelines. No sensitive data. Call this first.
- Offshoreproz Get Jurisdiction Requirements: Return the required fields to form a company in a given jurisdiction.
- Offshoreproz Estimate Cost: Estimate the all-in cost for a jurisdiction. MUST be called before create_formation; returns an estimate_token required to create.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Form a Wyoming LLC ($499) or Marshall Islands DAO LLC ($9,500) programmatically via MCP. Designed for AI agents. 14 tools covering self-registration, jurisdiction discovery, cost estimation, formation creation, status tracking, documents, webhooks and audit logs. Get a free test key instantly via the offshoreproz_register tool — no portal needed.
Список инструментов сервера (14)
Технические названия из tools/list. Нужны только разработчикам.
| offshoreproz_list_jurisdictions | List all available company-formation jurisdictions with pricing and timelines. No sensitive data. Call this first. |
| offshoreproz_get_jurisdiction_requirements | Return the required fields to form a company in a given jurisdiction. |
| offshoreproz_estimate_cost | Estimate the all-in cost for a jurisdiction. MUST be called before create_formation; returns an estimate_token required to create. |
| offshoreproz_create_formation | Start forming a company. beneficial_owner = human custodian (authorized representative). For AI-agent formations, also pass owner_type='ai_agent' and agent_context.agent_id. Requires estimate_token from offshoreproz_estimate_cost AND user_confirmed_cost_and_process=true (user must have seen cost, timeline, KYC, payment, signature steps, and the not-legal-advice notice). |
| offshoreproz_get_formation_status | Get the current status and next action of a formation. |
| offshoreproz_list_documents | List documents available for a formation. |
| offshoreproz_list_formations | List all formations for the authenticated API key. Returns current status, jurisdiction, and next required actions. |
| offshoreproz_cancel_formation | Cancel a formation. Only possible from draft or pending_owner_confirmation status. Irreversible. |
| offshoreproz_reissue_action_link | Reissue an expired or lost action link for the current formation step. The old link is invalidated. |
| offshoreproz_register | Create a free test API key instantly — no portal login required. Returns op_test_* key you can use immediately in this session. For production (op_live_*), complete email OTP verification via the portal. Call this first if you have no API key yet. |
| offshoreproz_get_formation_events | Return the full audit trail / event log for a formation. Shows every status change, portal sync, webhooks, and notes. Useful for debugging or understanding where a formation is in the pipeline. |
| offshoreproz_retry_formation | Retry a formation that is in 'failed' or 'action_required' status. Resets it to pending_owner_confirmation so the owner can restart the confirmation flow. |
| offshoreproz_register_webhook | Register a webhook URL to receive real-time formation events (formation.created, formation.status_changed, formation.complete, etc.). Returns a signing secret (whsec_*) — store it to verify incoming payloads. Use '*' to receive all events. |
| offshoreproz_list_webhooks | List all registered webhook endpoints for the authenticated API key, including their event subscriptions and recent delivery stats. |