mcp-tokenflux-images
Installation
SKILL.md
TokenFlux Image Generation
MCP service at https://tokenflux.ai/v1/images/mcp (http) with 4 tools.
Requirements
mhCLI must be installed. If not available, install with:curl -fsSL https://raw.githubusercontent.com/vaayne/mcphub/main/scripts/install.sh | shTOKENFLUX_API_KEYenvironment variable must be set with your TokenFlux API key
Usage
List tools: mh list -u https://tokenflux.ai/v1/images/mcp --header "x-api-key:${TOKENFLUX_API_KEY}"
Get tool details: mh inspect -u https://tokenflux.ai/v1/images/mcp --header "x-api-key:${TOKENFLUX_API_KEY}" <tool-name>
Invoke tool: mh invoke -u https://tokenflux.ai/v1/images/mcp --header "x-api-key:${TOKENFLUX_API_KEY}" <tool-name> '{"param": "value"}'