← corply.dev

INDIVIDUAL MCP TOOL

sign_bundle

Record one binding ESIGN/UETA consent for the exact server-issued bundle returned by get_status or request_signature.

corply.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://corply.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sign_bundle and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

corply.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.corply]
url = "https://corply.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "corply": {
      "type": "http",
      "url": "https://corply.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: corply
Remote MCP URL: https://corply.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "corply": {
      "url": "https://corply.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "corply": {
      "type": "http",
      "url": "https://corply.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "corply",
  "transport": "streamable-http",
  "url": "https://corply.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company_briefing — Use for a broad company briefing, company disambiguation, or a founder asking what matters next.
  • adopt_existing_company — Attach an already-existing company without creating a Corply formation.
  • whoami — Return the resolved caller identity (user + org).
  • get_org — Compatibility read returning the caller's organization and company identities.
  • get_status — Return the formation status for a company (or its latest formation): founder-facing checklist, the payment block, THIS caller's pendingSignatures + who else is awaitingOthers, postIncorp tasks, webDashboardUrl, and nextStep — trust nextStep over your own inference of what comes next.
  • prepare_83b_tin_input — Create a short-lived, one-time external-browser link for the taxpayer to enter the SSN/ITIN required on their exact signed 83(b) election.
  • get_cap_table — Return the company's live cap table: every holder with their security type, shares, price paid, and computed ownership %, plus total shares issued.
  • import_cap_table — Import a cap table from a Carta/Pulley CSV export (one-way — Corply becomes the system of record).