← corply.dev

INDIVIDUAL MCP TOOL

create_payment_route_draft

Create or exactly replay one local sandbox merchant-route draft for Corply's own payment pipeline.

corply.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://corply.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

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).