Back to search
100
MCP live v1.6.1 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
10.0%
10 probes
Response
866ms
last probe
Tools
5
callable

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.

Similar MCP servers embedding-nearest

TweekIT MCP Server
Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint.
0 tools · streamable-http
mcp-twikit
A Model Context Protocol (MCP) server for interacting with Twitter.
0 tools
iflow-mcp_gkydev_twitter-mcp-server
Twitter MCP Server using twikit - provides Twitter functionality through Model Context Protocol
0 tools
io.github.aplaceforallmystuff/mcp-kit
MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts
0 tools
mcp-base64
MCP server for Base64 file conversion (stdio transport)
0 tools
@dpm-tools/mcp-archive
MCP server with 6 Wayback Machine + Internet Archive tools. Fetches archived pages as readable text (no context-window explosion). Free, MIT
0 tools

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"
    }
  }
}