Sugra API
SA
Sugra API
/fetch_data

fetch data

One-step fetch: find the best Sugra endpoint for the query and call it. Combines search_endpoints + call_endpoint into a single round trip. Use this when you w

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 /fetch_data for me.

Input

FieldTypeDescription
query*string
paramsstringParameters for the auto-selected endpoint. If omitted and the best-match endpoint has requ
bodystringJSON body for an auto-selected POST operation; the tool returns the request_body_schema to
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":"/fetch_data","input":{"query":"...","include_raw":false}}'
cli
npx cracked-ai run -p mcp-ai-sugra-api-mcp -e /fetch_data -i '{"query":"...","include_raw":false}'
mcp
run_tool({ provider: "mcp-ai-sugra-api-mcp", endpoint: "/fetch_data", input: {"query":"...","include_raw":false} })

Try it

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