MCP
Warlok MCP Integration
Warlok MCP server exposes generation tools for agent runtimes over stdio.
Alpha status
The MCP package is published as @warlok-net/mcp-server. Agents can run it over stdio with WARLOK_API_URL and WARLOK_API_KEY, or call the HTTP tool surface at GET /api/v1/mcp/tools + POST /api/v1/mcp/call.
Install + Run
pnpm dlx @warlok-net/mcp-server@latestAgent Config (JSON)
You can also generate this automatically using warlok mcp print-config --format json.
{
"mcpServers": {
"warlok": {
"command": "pnpm",
"args": ["dlx", "@warlok-net/mcp-server@latest"],
"env": {
"WARLOK_API_URL": "https://api.warlok.net",
"WARLOK_API_KEY": "<your_key>"
}
}
}
}Core Tool Names
generate_3d_model
get_model_status
list_models
get_model_download_url
delete_model