mcp
M
mcp
/extract_data

extract data

Extract structured data from a URL using a specialized extractor. Supports 17+ site types including GitHub repos/profiles, npm packages, Twitter/X profiles, Lin

liveverifiedunknown~5s typical
mcpprobedmcp
$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-clawfetch-mcp /extract_data for me.

Input

FieldTypeDescription
url*stringThe URL to extract data from (e.g., "https://github.com/openai/openai-python", "https://ww
typestringOptional extractor override (e.g. "github", "coingecko"). Auto-detected from the URL when

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-clawfetch-mcp","endpoint":"/extract_data","input":{"url":"..."}}'
cli
npx cracked-ai run -p mcp-ai-clawfetch-mcp -e /extract_data -i '{"url":"..."}'
mcp
run_tool({ provider: "mcp-ai-clawfetch-mcp", endpoint: "/extract_data", input: {"url":"..."} })

Try it

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