Serversio.github.equilibrium-team/tweekit
T

TweekIT MCP Server

io.github.equilibrium-team/tweekit · v1.6.1
● Remote
v1.6.1remote🌐 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.github.equilibrium-team/tweekit",
  "description": "Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.",
  "title": "TweekIT MCP Server",
  "repository": {
    "url": "https://github.com/equilibrium-team/tweekit-mcp",
    "source": "github",
    "id": "1032125130"
  },
  "version": "1.6.1",
  "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"
  }
}