BuiltToWinWeb
B
BuiltToWinWeb
/get_page_markdown

Read a site page as Markdown

Fetches any page on built2winweb.com and returns it converted to Markdown (uses the site's markdown content negotiation). Pass the path, e.g. "/" or "/blog/core

liveunknown~5s typical
mcpbuilttowinweb
$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-built2winweb-built2winweb /get_page_markdown for me.

Input

FieldTypeDescription
path*stringSite-relative path starting with / default "/"

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-built2winweb-built2winweb","endpoint":"/get_page_markdown","input":{"path":"/"}}'
cli
npx cracked-ai run -p mcp-com-built2winweb-built2winweb -e /get_page_markdown -i '{"path":"/"}'
mcp
run_tool({ provider: "mcp-com-built2winweb-built2winweb", endpoint: "/get_page_markdown", input: {"path":"/"} })

Try it

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