Superflow Free Tools
SF
Superflow Free Tools
/generate_json_ld

JSON-LD Generator

Read a page and write a schema.org JSON-LD block for it, then validate that block against the same checks a validator would run. The markup is model-written fro

liveverifiedunknown~5s typical
mcpprobedsuperflowfreetools
$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-usesuperflow-tools /generate_json_ld for me.

Input

FieldTypeDescription
url*stringThe page to run against. A bare domain like example.com is fine; https is assumed. Must be
refreshbooleanSkip the 24 hour cache and run again. Costs a rate-limit slot even when a cached result ex default false

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

Try it

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