Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
SportScore
Live sports data for football, basketball, cricket, and tennis via the SportScore API.
WHOOP
Read-only access to WHOOP fitness data including recoveries, sleep, workouts, and health metrics via OAuth.
AScript
Android, iOS, and Windows device automation with 23 tools for screen capture, OCR, UI inspection, and project deploym...
Apideck
Unified API MCP — 229 tools across 200+ SaaS connectors for accounting, HRIS, CRM, and file storage.
Aoexl
Aoexl platform integration for MCP clients via a hosted remote endpoint with API key authentication.
DealOracle — OracleNet Deal Discovery Protocol Reference
OracleNet Deal Discovery Protocol — permissioned commercial matching for MCP/A2A agents.
io.github.n24q02m/imagine-mcp
MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)
eToro MCP Server
Connect AI assistants to eToro for portfolio analysis, market research, and trading.
AgentPhone
Give AI agents real phone numbers, messages, and voice calls via MCP.
Analook
Competitor intelligence MCP — SEO, traffic, social, Product Hunt, pricing, and AI insights in 30 seconds.
Byte Protocol
PayPerByte — per-byte data for AI agents: x402 USDC on Base, EIP-712-attested
Substack Ops
Substack content management and engagement automation — browse posts, reply, restack, and run automations via 26 tools.
Medium Ops
Medium content management with 22 tools for browsing posts, managing responses, tracking claps, and automating replies.
Garchi CMS MCP
Manage structured website content in Garchi CMS through MCP.
HS Code Classifier
Classify products to official HS codes and validate supplier codes before customs submissions
com.benriscore/api
Purpose-aware accessibility scoring for every coordinate in Japan.
JackTrade CRM
Search customers, manage quotes, work orders, action items, and calendar events for your business
forge-status
查看并清理 .forge/active.md 里登记的并行会话记录。扫描所有"进行中"条目, 基于硬信号(worktree 目录是否存在、分支是否已合并到 main)判断哪些是僵尸记录, 列清单 → 用户一次 y/n 确认 → 批量清理。 不使用时间戳、不使用启发式"超过 N 小时算失联",完全依赖 git / 文件系统现实状态。 触发方式:用户说"forge 状态"、"看下谁在跑"、"清理 worktree"、"forge-status"、 新会话启动 forge-bugfix / forge-prd / forge-eng 时 P0 阶段主动调用(只
forge-ship
发布工作流:检测并合并基础分支、运行测试、审查 diff、 更新 CHANGELOG、提交、推送、创建 PR。
forge-review
上线前 PR 审查。分析当前分支与基础分支的 diff,检查 SQL 安全、竞态条件、 LLM 信任边界、枚举完整性等测试捕获不到的结构性问题。发现问题直接修复。
forge-qa
QA 验收与测试报告。纯验收模式:测试+报告,不修代码。 两种调用模式: Mode A(完整 QA):test-spec 生成 → 10 维度 Playwright 断言引擎 → 智能分析。 Mode B(单 bug 修复回归):配合 forge-bugfix 的 P6 调用,读取 docs/bugfix/reviews/BF-XX.md, 针对 Bug 修复验收报告里的人工验收指南跑自动化测试,把逐步截图、深度断言、 前后端环境身份校验回填到报告。QA 全过 → 单 bug 模式进 P6.5,批量模式进入 qa-pass
forge-prd
产品诊断与 PRD 迭代管理器。用户描述遇到的问题或需求,skill 诊断根因(产品设计缺陷/实现偏离/PRD遗漏)、审查模块健康度、设计方案、挑战假设、必要时反驳需求,最终更新 PRD 和 CHANGELOG。支持从零创建 PRD、迭代已有 PRD,并记录前端/全栈需求的视觉决策需求(Image 2/Figma/真实截图)。触发方式:用户说"更新PRD"、"调整需求"、"迭代PRD"、"forge-prd"、描述产品问题、需要修改项目产品需求时使用。
forge-fupan
协作复盘与知识沉淀。在完成一段工作后,先启动本地 Fupan Workbench 让用户确认想学的知识点和深度,再按选择调研并生成结构化复盘文档,重点沉淀表达优化、行为诊断、领域知识、AI 协作改进和可执行 TLDR;每个展开的知识模块默认强尝试生成一张 Image 2 学习图,失败时保存 prompt pack 并明确标注待生成。触发方式:用户说"总结知识"、"学习总结"、"复盘"、"可视化复盘"、"/forge-fupan"时使用。
forge-eng
工程文档管理与代码实现。管理项目的 ENGINEERING.md 和 ENGINEERING-CHANGELOG,涵盖前端和后端。支持完整模式(文档+审查+实现)和轻量模式(跳过文档直接实现)。集成 Worktree 会话级隔离、分级 TDD(严格/轻量/验证驱动)、Verification Gate(证据先于断言)。基于 PRD 和 DESIGN.md 产出架构设计、数据流、API 设计、实现清单、测试矩阵,与用户确认关键技术决策后将实现拆分为原子任务、Wave 并行执行、每个任务独立 git commit。触发方式:用户说"工程"、"实现"、"for