mcp-server
M
mcp-server
/submit_query

Query workspace data

Run a SQL query against the Iceberg tables loaded into a workspace. To list the tables that actually exist in the workspace, run `SHOW TABLES` — this is the aut

liveunknown~5s typical
mcpmcp-server
$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-com-dpf-it-mcp-server /submit_query for me.

Input

FieldTypeDescription
workspaceIdstringWorkspace to act on. Defaults to your only workspace if you have exactly one.
sql*stringSQL query, e.g. SELECT * FROM customers LIMIT 10

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-com-dpf-it-mcp-server","endpoint":"/submit_query","input":{"sql":"..."}}'
cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /submit_query -i '{"sql":"..."}'
mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/submit_query", input: {"sql":"..."} })

Try it

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