Skip to content
Back to search
100
MCP live v1.6.1 MCP 2025-06-18 streamable-http

TweekIT MCP Server

io.github.equilibrium-team/tweekit

Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.

Uptime
100.0%
1 direct probes · 30d
Response
1321ms
last probe
Tools
5
callable
Resources
2
readable
Prompts
0
available

Tools · 5

doctype

Retrieve a list of supported file formats or map a file extension to its document type. Args: apiKey (str): The API key for authentication. Falls back to TWEEKIT_API_KEY when omitted. apiSecr…

convert

Convert an uploaded document payload with TweekIT. The file must already be base64 encoded (see `blob`). The conversion can be resized and cropped by providing optional geometry parameters. For raste…

convert_url

Download a remote file and convert it with TweekIT in one step. This helper first fetches `url`, infers the input extension when possible, and then forwards the bytes to `convert`. Supply `fetchHeade…

fetch

Fetch a URL and return content. - Images return as FastMCP Image. - PDFs return as File(format="pdf"). - Text/JSON return as a JSON payload with metadata and text.

search

Simple web search using DuckDuckGo HTML endpoint. Returns a list of {title, url, snippet} objects. Best‑effort parsing.

Resources · 2

version

Get current version of the TweekIT API.

config://tweekit-version
mcp_version

Return the TweekIT MCP server version.

config://tweekit-mcp-version

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tweekit_mcp_server": {
      "url": "https://mcp.tweekit.io/mcp",
      "transport": "streamable-http"
    }
  }
}