Submit

Mcp Forge — Mcp Server Generator

@huntunman

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.
Overview

Generate production-ready MCP servers from any source: OpenAPI/Swagger specs, GraphQL APIs, codebases, CLI tools and websites.

Tools

  • get_health — Check the health status of the mcp-forge API
  • validate_license — Validate your license key and retrieve plan details and quota usage
  • get_quota — Check quota usage — plan, sites used, slots remaining and expiry date
  • create_generation — Generate a new MCP server from a source URL

Authentication

Requires a mcp-forge license key. Get one at https://mcp-forge.vulcai.io/register

Connection

SSE endpoint: https://mcp.mcp-forge.vulcai.io/sse

Server Config

{
  "mcpServers": {
    "mcp-forge": {
      "url": "https://mcp.mcp-forge.vulcai.io/sse",
      "headers": {
        "Authorization": "Bearer <YOUR_LICENSE_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server