godmode

Server

Serve any API as MCP tools

Overview

Every registered API doubles as an MCP server over stdio.

godmode mcp stripe
godmode mcp github

Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "stripe": {
      "command": "godmode",
      "args": ["mcp", "stripe"]
    }
  }
}

Every route becomes an MCP tool. Claude Code can call your APIs directly.

MCP Tools

When you serve an API as MCP, tool parameters are passed as key=value:

godmode api context7 resolve-library-id libraryName=react query=hooks

Tool-level help shows the parameter schema:

godmode api context7 resolve-library-id --help

On this page