Sugra API
SA
Sugra API
/call_endpoint

call endpoint

Call a Sugra API endpoint by operation_id from the bundled catalog. Plan calls with describe_endpoint's agent_hints: duration_class "fast" usually responds in

liveunknown~5s typical
mcpsugraapi
$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-ai-sugra-api-mcp /call_endpoint for me.

Input

FieldTypeDescription
operation_id*string
paramsstringQuery and path parameters for this operation_id. Keys and types are operation-specific - c
bodystringJSON request body for a POST operation, matching the request_body_schema returned by descr
limitstringBounds ONLY the top-level list: the envelope data list (or a bare top-level array). Nested
fieldsstring
include_rawboolean default false

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-ai-sugra-api-mcp","endpoint":"/call_endpoint","input":{"operation_id":"...","include_raw":false}}'
cli
npx cracked-ai run -p mcp-ai-sugra-api-mcp -e /call_endpoint -i '{"operation_id":"...","include_raw":false}'
mcp
run_tool({ provider: "mcp-ai-sugra-api-mcp", endpoint: "/call_endpoint", input: {"operation_id":"...","include_raw":false} })

Try it

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