General Tools
cofferline.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://mcp.cofferline.com
MCP server metadata
- Name
- Cofferline MCP
- Version
- 46070b00a3738dd0cc40bb9b670d73020a1b9e87
Treasury infrastructure for autonomous agents. Public tools (quotes, benchmarks, screening, tokens, feedback list, SIWE login) need no auth; everything else forwards your Authorization header (cl_key_… API key or cl_sess_… session) to the API unchanged. This server never holds keys: flows that need a signature (SIWE, delegation digests, x402 payments, client-signed Polymarket orders) return the exact material to sign and name the tool that accepts the signature. The operator /v1/admin surface is deliberately not exposed here.
Known tools 47
get_quotesLive venue quote comparison for a token conversion (CoW + ParaSwap on Base).
Inferred read-onlyget_benchmarksMeasured execution benchmarks: median savings vs arrival quote by USD size bucket, from real completed intents only.
Inferred read-onlylist_tokensTokens the platform accepts on an intent, per chain — what create_intent will admit.
Inferred read-onlysubmit_feedbackSubmit a feature request ($1 anti-spam fee, charged to the prepaid balance when funded).
Inferred read-onlycomplete_siwe_loginFinish wallet sign-in: exchanges the signed SIWE message for a cl_sess_… session token — use it as the Authorization bearer on every authenticated tool.
Potential side effectsoffboard_accountClose this account for good: revokes every credential, scrubs personal data, retires the account.
Inferred read-onlyput_policyCreate or update the wallet's treasury policy (immutable versioning; PUT creates the next version).
Potential side effectscheck_spendPre-flight policy check: would this spend be allowed under the wallet's policy right now?
Inferred read-onlycheck_pm_orderPre-flight policy check for a prediction-market order: would this cost be allowed right now?
Inferred read-onlypoll_eventsPoll typed treasury events with a monotonic cursor (intent lifecycle, budget thresholds, reconciliation, security alerts).
Inferred read-onlyget_statementDeterministic monthly statement derived from the append-only ledger — same period, same bytes.
Inferred read-onlycreate_intentCreate a conversion or gas_topup intent; the executor pipeline plans and fills it under policy.
Potential side effectsget_intentFetch an intent, including fills and the post-trade report once filled.
Potential side effectscancel_intentCancel a planned intent (a few-second window before execution claims it).
Inferred read-onlyprepare_delegationPrepare a scoped session-key grant for a Kernel smart account: exact call allowlist, expiry, optional rate limit.
Inferred read-onlyconfirm_delegationActivate a prepared delegation by supplying the owner's signature over its enable digest.
Inferred read-onlyrenew_delegationRenew an active delegation: same scope, fresh expiry, no authority gap.
Inferred read-onlypanicEmergency stop, one call: suspends the account, revokes every API key, session, delegation and venue credential, and returns all unwind calldata for the owner.
Inferred read-onlyset_auto_topupConfigure auto-topup: when the prepaid balance falls below threshold_usd, the platform settles one of the pre-signed EIP-3009 authorizations you supply (signed outside MCP — this server cannot sign).
Inferred read-onlystore_pm_credentialStore a prediction-market venue credential (verified live against the venue, sealed at rest, material never returned).
Inferred read-onlyrevoke_pm_credentialRevoke a venue credential; its sealed ciphertext is destroyed.
Inferred read-onlyget_pm_signer_rotationCalldata to swap the Polymarket funder Safe's owner to a new EOA — the owner executes it outside MCP (this server cannot sign).
Inferred read-onlycreate_pm_orderPlace a prediction-market limit order under policy, signed server-side with the stored credential.
Inferred read-onlylist_pm_ordersThe credential's resting orders straight from the venue — recover state after a disconnect.
Inferred read-onlycancel_all_pm_ordersCancel every resting order for the credential, optionally within one market.
Inferred read-onlyprepare_pm_orderPrepare a client-signed Polymarket order: policy-checked, then returns the exact EIP-712 payload to sign outside MCP (this server cannot sign) plus a prepare_id — submit both via submit_pm_order.
Inferred read-onlysubmit_pm_orderSubmit a prepared Polymarket order with the maker's EIP-712 signature from prepare_pm_order.
Inferred read-onlyget_pm_onboardingPolymarket trade-readiness for an address: live approval status plus the calldata for anything missing (executed outside MCP — this server cannot sign).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cofferline.com was fetched 2026-08-24T03:30:35.954Z.
cofferline.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.