mcpbeat

GVRN Incorporation MCP Server

ai.gvrn/incorporation
answering

GVRN Incorporation is answering right now. Last checked 5 min ago. It exposes 7 tools.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
848 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add incorporation --transport http https://core-api.gvrn.ai/incorporation-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "incorporation": {
      "url": "https://core-api.gvrn.ai/incorporation-mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.incorporation]
url = "https://core-api.gvrn.ai/incorporation-mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "incorporation": {
      "url": "https://core-api.gvrn.ai/incorporation-mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "incorporation": {
      "url": "https://core-api.gvrn.ai/incorporation-mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

incorporation
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.
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.
get_incorporation_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.
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.
request
request_email_otp
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.
submit
submit_incorporation
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.
verify
verify_email_otp
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.

Endpoints

URLTransportStateLatencyChecked
https://core-api.gvrn.ai/incorporation-mcp streamable-http answering 868 ms 5 min ago

GVRN Incorporation — questions

Answers built from our own checks of this server.

What can GVRN Incorporation do?
It exposes 7 tools, read directly from the server on our last check. Among them: create_incorporation_draft, get_incorporation_guide, get_incorporation_status, request_email_otp, submit_incorporation, update_incorporation_draft and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is GVRN Incorporation working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 848 ms. The bar chart above shows every period we have measured.
How do I connect GVRN Incorporation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does GVRN Incorporation need an API key?
No. GVRN Incorporation completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is GVRN Incorporation?
It answers our handshake in 848 ms on average, which is faster than 8% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.