M
mcp-server
/call_dpf_api
Call any DPF API action (fallback for requests with no dedicated tool)
Escape hatch for DPF capabilities that don't have a dedicated tool yet. ALWAYS prefer a dedicated tool when one exists — get_status, list_data, submit_query, de
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 /call_dpf_api for me.
Input
| Field | Type | Description |
|---|---|---|
| path* | string | API path, e.g. "/auth/billing" (leading slash, no query string). |
| action* | string | The "action" field this endpoint routes on, e.g. "get-balance". |
| workspaceId | string | Include for workspace-scoped actions. Omit entirely for account-level actions. |
| params | object | Additional action-specific fields to merge into the request body alongside action/workspac |
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":"/call_dpf_api","input":{"path":"...","action":"..."}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /call_dpf_api -i '{"path":"...","action":"..."}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/call_dpf_api", input: {"path":"...","action":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.