# GVRN Incorporation MCP server

Collect and submit company incorporation requests for review by GVRN's corpsec team.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-gvrn-incorporation
- Website: https://www.gvrn.ai

## Install
- Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://core-api.gvrn.ai/incorporation-mcp

## Tools
- get_incorporation_guide (Get incorporation guide) - Returns the full GVRN incorporation workflow guide: the fields collected, the email-verification steps, and the review lifecycle. Also available as the MCP resource gvrn://incorporation/guide. Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- request_email_otp (Request email verification code) - Sends a 6-digit verification code to the given email address. The code is exchanged for a verificationToken via verify_email_otp, and that token authorizes the draft tools. Codes expire after 10 minutes and are rate-limited per email. Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- verify_email_otp (Verify email code) - Verifies a 6-digit email code and returns a verificationToken valid for ~30 minutes. The draft tools require this token. Re-verifying the same email issues a fresh token that still reaches the same drafts. Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- create_incorporation_draft (Create incorporation draft) - Creates a new incorporation request draft bound to the verified email, using any fields provided. Requires a verificationToken from verify_email_otp; every other field is optional. Returns a draftId that identifies the draft for later updates, submission, and status checks. Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- update_incorporation_draft (Update incorporation draft) - Adds or corrects fields on an existing draft (patch semantics: only provided fields are changed; array fields are replaced whole). Requires a verificationToken for the email that created the draft. Fails once the draft has been submitted. Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- submit_incorporation (Submit incorporation request) - Submits a draft for review by the GVRN team and returns the request status. Requires a verificationToken for the email that created the draft, which becomes the contact for the request. Optional fields may be left blank. Irreversible: the draft becomes read-only and a review request is filed with the GVRN team. Endpoint: https://core-api.gvrn.ai/incorporation-mcp
- get_incorporation_status (Get incorporation request status) - Returns the current status of an incorporation request (DRAFT → QUEUED_FOR_REVIEW → UNDER_REVIEW → COMPLETED). Requires a verificationToken for the email that created the draft; requests are only visible to that email. Endpoint: https://core-api.gvrn.ai/incorporation-mcp

## Resources
- gvrn://incorporation/guide - GVRN Incorporation Request Guide Full workflow guide: fields, OTP email verification, submission, and review lifecycle. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: ai.gvrn
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 29, 2026
- Source: https://registry.modelcontextprotocol.io
