M
mcp
/extract
extract
Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execut
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-com-agishub-mcp /extract for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Full http/https URL of the page to extract. |
| render | boolean | Render JavaScript with a headless browser before extracting (default false). Enable for SP |
| include_links | boolean | Keep hyperlinks in the markdown output (default true). |
| include_images | boolean | Keep images as markdown (default false). |
| max_chars | integer | Truncate the markdown to at most this many characters (sets truncated:true). |
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-agishub-mcp","endpoint":"/extract","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /extract -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/extract", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.