API Keys
Generate and manage API keys for MCP access to Tools Worx services.
How to connect
Add the ToolsWorx MCP server to your MCP client configuration and supply your API key.
{
"mcpServers": {
"toolsworx": {
"type": "http",
"url": "https://unified-service-905466639122.us-east5.run.app/mcp",
"description": "ToolsWorx conversion MCP server",
"args": [
"--api-key", "YOUR_API_KEY_HERE"
]
}
}
}Replace YOUR_API_KEY_HERE with the key you generate below.
Firebase config required
Set the NEXT_PUBLIC_FIREBASE_* environment variables to enable sign-in and API key management.
