← cofferline.com

INDIVIDUAL MCP TOOL

submit_pm_order

Submit a prepared Polymarket order with the maker's EIP-712 signature from prepare_pm_order.

cofferline.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cofferline.com

No auth detected

Connect to this endpoint to inspect the live schema for submit_pm_order 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

cofferline.com

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.cofferline-mcp]
url = "https://mcp.cofferline.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cofferline-mcp": {
      "type": "http",
      "url": "https://mcp.cofferline.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cofferline-mcp
Remote MCP URL: https://mcp.cofferline.com

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": {
    "cofferline-mcp": {
      "url": "https://mcp.cofferline.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_quotes — Live venue quote comparison for a token conversion (CoW + ParaSwap on Base).
  • get_benchmarks — Measured execution benchmarks: median savings vs arrival quote by USD size bucket, from real completed intents only.
  • screen_address — OFAC SDN counterparty screening for an address.
  • list_tokens — Tokens the platform accepts on an intent, per chain — what create_intent will admit.
  • list_feedback — Every feature request ever submitted, public and unauthenticated.
  • submit_feedback — Submit a feature request ($1 anti-spam fee, charged to the prepaid balance when funded).
  • start_siwe_login — Start wallet sign-in: returns a single-use SIWE message.
  • complete_siwe_login — Finish wallet sign-in: exchanges the signed SIWE message for a cl_sess_… session token — use it as the Authorization bearer on every authenticated tool.