mcpbeat Sign in

TweekIT MCP Server

by equilibrium-team Your server? Claim it
answering

TweekIT MCP Server is answering right now. Last checked moments ago. It exposes 5 tools. Last commit 3 Jul 2026.

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

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
328 ms
Response time
average over 24h
1
Stars
last commit 3 Jul 2026

Nothing serious here today

Today is the operative word: we check TweekIT MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add tweekit --transport http https://mcp.tweekit.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tweekit": {
      "url": "https://mcp.tweekit.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tweekit]
url = "https://mcp.tweekit.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tweekit": {
      "url": "https://mcp.tweekit.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tweekit": {
      "url": "https://mcp.tweekit.io/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

convert
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 raster outputs, set `alpha`/`bgColor` to control transparency handling. Args: inext: Source file extension such as `pdf`, `docx`, or `png`. outfmt: Desired output format (`Fmt` in the API body). blob: Base64 encoded document payload (`DocData`). apiKey: TweekIT API key (`ApiKey` header). Falls back to `TWEEKIT_API_KEY` env var. apiSecret: TweekIT API secret (`ApiSecret` header). Falls back to `TWEEKIT_API_SECRET` env var. noRasterize: Forwarded to TweekIT to skip rasterization when possible. width: Optional pixel width to request in the output. height: Optional pixel height to request in the output. x1: Left crop coordinate in source pixels. y1: Top crop coordinate in source pixels. x2: Right crop coordinate in source pixels. y2: Bottom crop coordinate in source pixels. page: Page number to extract for multipage inputs. alpha: Whether the output should preserve alpha transparency. bgColor: Background color to composite behind transparent pixels. Returns: A FastMCP `Image` or `File` payload, or an error description.
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 `fetchHeaders` when the remote resource needs authentication or custom headers. Args: url: Direct download URL for the source document or image. outfmt: Desired output format (`Fmt`). apiKey: TweekIT API key (`ApiKey` header). Falls back to `TWEEKIT_API_KEY` env var. apiSecret: TweekIT API secret (`ApiSecret` header). Falls back to `TWEEKIT_API_SECRET` env var. inext: Optional override for the source extension if it cannot be detected from the URL or response headers. noRasterize: Forwarded to TweekIT to skip rasterization when possible. width: Optional pixel width to request in the output. height: Optional pixel height to request in the output. x1: Left crop coordinate in source pixels. y1: Top crop coordinate in source pixels. x2: Right crop coordinate in source pixels. y2: Bottom crop coordinate in source pixels. page: Page number to extract for multipage inputs. alpha: Whether the output should preserve alpha transparency. bgColor: Background color to composite behind transparent pixels. fetchHeaders: Optional mapping of HTTP headers to include when fetching. Returns: A FastMCP `Image` or `File` payload, or an error description.
doctype
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. apiSecret (str): The API secret for authentication. Falls back to TWEEKIT_API_SECRET when omitted. extension (str): The file extension to query (e.g., 'jpg', 'pdf') or leave off or use '*' to return all supported input formats. Returns: Dict[str, Any]: A dictionary containing the supported file formats or an error message.
fetch
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
search
Simple web search using DuckDuckGo HTML endpoint. Returns a list of {title, url, snippet} objects. Best‑effort parsing.

Endpoints

URLTransportStateLatencyChecked
https://mcp.tweekit.io/mcp streamable-http answering 233 ms 0 min ago

Alternatives to TweekIT MCP Server

same job, measured the same way
Crawleo MCP
by crawleo

Hosted Crawleo MCP (remote streamable HTTP endpoint).

answering
Anytype (self-hosted HTTP)
by ohneben

Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.

local only
Pibox
by psyb0t

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
MCP X402 Pay
by cryptoapis-io

MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry

107 installs/wk local only
Ovh API MCP
by davidlandais

MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.

local only
Telethon Plus
by psyb0t

Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.

local only
Huint
by huint

Create and manage real-world Huint photo verification tasks via hosted streamable HTTP.

answering

TweekIT MCP Server — questions

Answers built from our own checks of this server.

What can TweekIT MCP Server do?
It exposes 5 tools, read directly from the server on our last check. Among them: convert, convert_url, doctype, fetch, search. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TweekIT MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 328 ms. The bar chart above shows every period we have measured.
How do I connect TweekIT MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TweekIT MCP Server need an API key?
No. TweekIT MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TweekIT MCP Server?
It answers our handshake in 328 ms on average, which is faster than 47% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is TweekIT MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.