forgekit

Agent-native developer utility API with hosted MCP, x402 pay-per-call (USDC on Base), no signup required.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Forgekit Generate Qr: Generate a PNG or SVG QR code. Returns image bytes via the REST API. Output: binary image (PNG/SVG) or error JSON.
  • Forgekit Decode Qr: Decode a QR code from a base64 image or public HTTPS image URL. Output: { data: string } with decoded payload.
  • Forgekit Generate Og Image: Generate a 1200×630 Open Graph image URL for social previews. Output: HTTPS URL to rendered PNG.

What data it sees

Do you need an account

No: the server works without sign-in

Agent-native developer utility API with hosted MCP, x402 pay-per-call (USDC on Base), no signup required.

Server tool list (14)

Raw names from tools/list. Only developers need these.

forgekit_generate_qrGenerate a PNG or SVG QR code. Returns image bytes via the REST API. Output: binary image (PNG/SVG) or error JSON.
forgekit_decode_qrDecode a QR code from a base64 image or public HTTPS image URL. Output: { data: string } with decoded payload.
forgekit_generate_og_imageGenerate a 1200×630 Open Graph image URL for social previews. Output: HTTPS URL to rendered PNG.
forgekit_extract_link_previewFetch Open Graph / Twitter Card metadata from a public URL. Output: { title, description, image, url, siteName }.
forgekit_validate_jsonValidate arbitrary JSON against an optional JSON Schema. Output: { valid: boolean, errors?: array }.
forgekit_capture_screenshotCapture a screenshot from a URL or HTML string (async job). Output: { jobId, status, poll } — poll job endpoint for image URL.
forgekit_render_pdfRender a PDF from a URL or HTML (async job). Output: { jobId, status, poll }.
forgekit_ship_packGenerate agent-ready discovery files (robots.txt, sitemap, llms.txt, ai.txt, manifest). Paid via x402 or API key. Output: { robotsTxt, sitemapXml, llmsTxt, aiTxt, webManifest, faviconHints }.
forgekit_ship_verifyScore a live URL for agent-readiness (v1 rubric, 8 checks). Output: { url, score, grade, checks[] }.
forgekit_ship_verify_v2Categorized v2 agent-readiness audit (6 categories, site-type-aware, CrUX). Output: { url, score, maxScore, grade, siteType, categories[], version: 2 }.
forgekit_ship_bundleShip bundle: generate pack + live audit + certificate image in one call. Output: { pack, liveAudit, certificate, meta }.
forgekit_allocate_moneySplit a decimal money total by weights (largest remainder). Output: { parts: string[] } summing exactly to total.
forgekit_business_days_addAdd N business days to a start date (mode: add). Use forgekit_business_days_count to count between dates.
forgekit_business_days_countCount business days between start and end (inclusive/exclusive per country rules). Output: { count: number }.