Easy Labs MCP Server
EL
Easy Labs MCP Server
/get_page

Read a page as markdown

Fetches any itseasy.co page (e.g. /pricing, /faq, /developers, /legal/tos) rendered as markdown with title/description frontmatter. Paths come from list_pages.

liveverifiedunknown~5s typical
mcpprobedeasylabsmcp
$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-co-itseasy-easy-mcp /get_page for me.

Input

FieldTypeDescription
path*stringSite-relative page path from list_pages, e.g. /pricing

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-co-itseasy-easy-mcp","endpoint":"/get_page","input":{"path":"..."}}'
cli
npx cracked-ai run -p mcp-co-itseasy-easy-mcp -e /get_page -i '{"path":"..."}'
mcp
run_tool({ provider: "mcp-co-itseasy-easy-mcp", endpoint: "/get_page", input: {"path":"..."} })

Try it

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