forgekit
Agent-native developer utility API with hosted MCP, x402 pay-per-call (USDC on Base), no signup required.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Agent-native developer utility API with hosted MCP, x402 pay-per-call (USDC on Base), no signup required.
Список инструментов сервера (14)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| forgekit_extract_link_preview | Fetch Open Graph / Twitter Card metadata from a public URL. Output: { title, description, image, url, siteName }. |
| forgekit_validate_json | Validate arbitrary JSON against an optional JSON Schema. Output: { valid: boolean, errors?: array }. |
| forgekit_capture_screenshot | Capture a screenshot from a URL or HTML string (async job). Output: { jobId, status, poll } — poll job endpoint for image URL. |
| forgekit_render_pdf | Render a PDF from a URL or HTML (async job). Output: { jobId, status, poll }. |
| forgekit_ship_pack | Generate 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_verify | Score a live URL for agent-readiness (v1 rubric, 8 checks). Output: { url, score, grade, checks[] }. |
| forgekit_ship_verify_v2 | Categorized v2 agent-readiness audit (6 categories, site-type-aware, CrUX). Output: { url, score, maxScore, grade, siteType, categories[], version: 2 }. |
| forgekit_ship_bundle | Ship bundle: generate pack + live audit + certificate image in one call. Output: { pack, liveAudit, certificate, meta }. |
| forgekit_allocate_money | Split a decimal money total by weights (largest remainder). Output: { parts: string[] } summing exactly to total. |
| forgekit_business_days_add | Add N business days to a start date (mode: add). Use forgekit_business_days_count to count between dates. |
| forgekit_business_days_count | Count business days between start and end (inclusive/exclusive per country rules). Output: { count: number }. |