Serversio.tweekit/mcp
M

TweekIT MCP Server

io.tweekit/mcp · v1.5.0
● Remote
v1.5.0remote🌐 https://mcp.tweekit.io/mcp/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.tweekit/mcp",
  "description": "Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint.",
  "title": "TweekIT MCP Server",
  "repository": {
    "url": "https://github.com/equilibrium-team/tweekit-mcp",
    "source": "github",
    "id": "1032125130"
  },
  "version": "1.5.0",
  "websiteUrl": "https://www.tweekit.io/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.tweekit.io/mcp/",
      "headers": [
        {
          "description": "TweekIT API key issued from the TweekIT account portal.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ApiKey"
        },
        {
          "description": "API secret paired with the ApiKey for authenticated conversions.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ApiSecret"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}