目录 / forgekit
MCP
鉴权未知
未评级
已上架
forgekit
Agent-native developer utility API with hosted MCP, x402 pay-per-call (USDC on Base), no signup required.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://forgekit--fulcherethan.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"forgekit": {
"url": "https://forgekit--fulcherethan.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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 }. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。