Easy Labs MCP Server
EL
Easy Labs MCP Server
/get_pricing_rates

Get Easy's published processing rates

Easy's flat-rate pricing per payment channel (cards, ACH, wallets, stablecoins) as structured JSON — the same numbers published on /pricing. No monthly or setup

liveverifiedunknown~5s typical
mcpprobedeasylabsmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-itseasy-easy-mcp /get_pricing_rates for me.

Input

FieldTypeDescription
channelstring (card-domestic | card-amex | card-international | card-keyed | ach | stablecoin)Optional single channel; omit for all rates

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-co-itseasy-easy-mcp","endpoint":"/get_pricing_rates","input":{}}'
cli
npx cracked-ai run -p mcp-co-itseasy-easy-mcp -e /get_pricing_rates -i '{}'
mcp
run_tool({ provider: "mcp-co-itseasy-easy-mcp", endpoint: "/get_pricing_rates", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.