TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@tokenlabai/mcp-server · npm · 0.6.17
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hedging8563/tokenlab",
"description": "TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files.",
"title": "TokenLab MCP Server",
"repository": {
"url": "https://github.com/hedging8563/tokenlab-mcp-server",
"source": "github"
},
"version": "0.6.17",
"websiteUrl": "https://tokenlab.sh/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@tokenlabai/mcp-server",
"version": "0.6.17",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional TokenLab API base URL. Defaults to https://api.tokenlab.sh.",
"format": "string",
"name": "TOKENLAB_API_BASE"
},
{
"description": "Optional TokenLab API key. Required for LLM inference, multimodal generation, async task, embedding, rerank, and translation tools.",
"format": "string",
"isSecret": true,
"name": "TOKENLAB_API_KEY"
},
{
"description": "Optional request timeout in milliseconds. Defaults to 120000.",
"format": "number",
"name": "TOKENLAB_REQUEST_TIMEOUT_MS"
},
{
"description": "Optional generated tool profile: catalog, core (default), or full.",
"format": "string",
"name": "TOKENLAB_MCP_TOOL_PROFILE"
},
{
"description": "Optional tool schema mode: portable, exact, or strict. Defaults to the selected profile's tested mode.",
"format": "string",
"name": "TOKENLAB_MCP_SCHEMA_MODE"
},
{
"description": "Optional maximum local upload size per file. Defaults to 104857600 bytes.",
"format": "number",
"name": "TOKENLAB_MCP_MAX_FILE_BYTES"
},
{
"description": "Optional maximum response size returned inline. Defaults to 2097152 bytes.",
"format": "number",
"name": "TOKENLAB_MCP_INLINE_BYTES"
},
{
"description": "Optional local directory for response artifacts that are not returned inline.",
"format": "string",
"name": "TOKENLAB_ARTIFACT_DIR"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-25T14:18:08.675387Z",
"publishedAt": "2026-07-25T14:18:08.675387Z",
"updatedAt": "2026-07-25T14:18:08.675387Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.6.17last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.