Conversion MCP
Connect your AI agents to ToolsWorx conversions through Model Context Protocol (MCP).
What it is
Conversion MCP exposes our conversion endpoints over a secure MCP server so agents can convert documents, images, audio, and video without building custom integrations.
You’ll need a registered account to request an API key before connecting. Keys let us rate-limit usage and keep the service stable for everyone.
How to connect
- Sign in and create an API key.
- Configure your MCP client with the ToolsWorx MCP URL.
- Pass your API key in the MCP auth section.
{
"mcpServers": {
"toolsworx": {
"type": "http",
"url": "https://unified-service-905466639122.us-east5.run.app/mcp",
"description": "ToolsWorx conversion MCP server",
"auth": {
"type": "api_key",
"apiKey": "YOUR_API_KEY"
}
}
}
}Need an API key? Head to your account dashboard below.
What you can do
- Convert documents between PDF, DOCX, TXT, and more.
- Transform images, audio, and video formats for downstream workflows.
- Automate conversions inside agent pipelines with consistent tooling.
