TezzInc MCP server
A thin MCP (Model Context Protocol) server that exposes the TezzInc
platform as a typed tool set for LLM tool callers. The server speaks
JSON-RPC 2.0 over either stdio (the default, run as a child process
by Claude Desktop, Cursor, Zed, Windsurf, Cline, etc.) or sse (the
remote transport, used by the hosted bridge at mcp.tezzinc.com).
Install
pip install tezzinc-mcp
# For SSE transport:
pip install tezzinc-mcp[sse]
Run
# stdio (default) — points at http://localhost:8000 by default
TEZZINC_API_KEY=tz_live_… tezzinc-mcp
# Point at the production API
TEZZINC_API_BASE=https://api.tezzinc.com \
TEZZINC_API_KEY=tz_live_… tezzinc-mcp
# SSE
TEZZINC_API_KEY=tz_live_… tezzinc-mcp --transport sse --port 8080
Environment variables:
TEZZINC_API_KEY— required. The API key the MCP server forwards on every call.TEZZINC_API_BASE— defaulthttp://localhost:8000. Override to point at a different environment.
Tools
The server advertises seven tools:
| Tool | Description |
|---|---|
tezzinc_create_asset |
Register a source URL as an asset |
tezzinc_create_job |
Submit a transcode against an asset |
tezzinc_get_job |
Read a job's current state |
tezzinc_wait_for_job |
Block until a job reaches a terminal state |
tezzinc_list_presets |
List every preset the workspace can use |
tezzinc_get_signed_url |
Refresh a signed download URL for a finished output |
tezzinc_list_invoices |
List invoices for the current project |
Every tool is a thin wrapper over a single REST call. The platform holds all of the business logic; the server has none.
Claude Desktop config
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"tezzinc": {
"command": "tezzinc-mcp",
"env": { "TEZZINC_API_KEY": "tz_live_…" }
}
}
}
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tezzinc_mcp-0.1.0.tar.gz.
File metadata
- Download URL: tezzinc_mcp-0.1.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eefeec1bb6d3b43c88c59a7dd1f9b1639c67aeb5c31e1cb99035cf197b4f95f6
|
|
| MD5 |
165df46131a219322cce9dd4bed61d7a
|
|
| BLAKE2b-256 |
63646971dcca480449c65e2b760e51096c894b6d1f4c269251e4e9223005ca60
|
File details
Details for the file tezzinc_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tezzinc_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48269bdde8c383a18276eca2de3bee283d7b5182b77c3938f72b0b770cf87efb
|
|
| MD5 |
cca58b6f69a1a203c67dfdfed9848d04
|
|
| BLAKE2b-256 |
786c8e4e6127478ec92e867a00c74a752ba05d9d697a12bb726c6a349aa1b410
|