MCP Tokens

Manage API tokens for MCP (Model Context Protocol) access

MCP Server Configuration

Add this server to your MCP client (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "iconforge": {
      "url": "/api/mcp/sse",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Important:

  • Use /api/mcp/sse (not /api/mcpp)
  • Replace YOUR_TOKEN_HERE with your actual token
  • The URL should end with /api/mcp/sse for Server-Sent Events transport
Loading tokens...

Available MCP Tools

create_icon_package

Generate a new icon package based on your project description, style, and color preferences. Returns a package ID and downloadable ZIP file.

get_icon_package

Retrieve an existing icon package by ID. Returns the package details and downloadable ZIP file.

list_icon_packages

List all icon packages you've created. Filter by date or limit the number of results.

get_wallet_balance

Check your current wallet balance. Icon generation costs are deducted from your wallet.