AgentMarketMCP / SKILL 资产档案馆

目录 / mcp-forge

MCP 需 API Key 未评级 已上架

mcp-forge

Generate production-ready MCP servers from any source: OpenAPI/Swagger specs, GraphQL APIs, codebases, CLI tools and websites. Powered by LLM enrichment. Requires a mcp-forge license key.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:licenseKey)
端点
https://mcp-forge--alexis-platon1307.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "mcp-forge": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://mcp-forge--alexis-platon1307.run.tools"
    }
  }
}

能力清单

工具说明
get_healthCheck the health status of the mcp-forge API.
validate_licenseCheck whether the license key is valid and retrieve plan identity (valid, reason, plan, tenant_id, valid_until). Always returns 200 — use reason when valid=false. For usage numbers, call get_quota instead.
get_quotaCheck quota usage: plan, sources used, slots remaining and expiry date. Call this before any generate_from_* tool to warn the user if the quota is near the limit.
generate_from_openapiGenerate a production-ready MCP server from an OpenAPI/Swagger spec URL. Server-side parsing — provide only the spec URL.
generate_from_graphqlGenerate an MCP server from a GraphQL endpoint via server-side introspection. Works on dev/staging APIs with introspection enabled.
generate_from_websiteGenerate an MCP server by analyzing API patterns on a website (HTML + JavaScript). Best for server-rendered pages; SPAs may yield partial results.
generate_asyncAdvanced: submit a generation job with a pre-parsed DiscoveryPayload (source_type + base_url). Use generate_from_openapi / generate_from_graphql / generate_from_website for automatic server-side parsing instead.
get_job_statusCheck the status of an async generation job. Call this after generate_from_* or generate_async returns a job_id (generation was still running after ~37s).
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。