Server data from the Official MCP Registry
MCP server for TokenLab model discovery, pricing, native endpoints, and inference helpers.
MCP server for TokenLab model discovery, pricing, native endpoints, and inference helpers.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TOKENLAB_API_BASE
Environment variable: TOKENLAB_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-hedging8563-tokenlab": {
"env": {
"TOKENLAB_API_KEY": "your-tokenlab-api-key-here",
"TOKENLAB_API_BASE": "your-tokenlab-api-base-here"
},
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Model Context Protocol server for TokenLab public model discovery, pricing, native endpoint guidance, and optional inference helpers.
It exposes public catalog tools for agents that need to choose models, inspect supported request formats, or compare pricing before calling TokenLab APIs. Optional inference tools require TOKENLAB_API_KEY.
list_models - List public TokenLab models, optionally filtered by recommended_for.get_model - Fetch public model details for one model ID.get_model_pricing - Fetch pricing details for one model ID.compare_models - Compare details and pricing for several model IDs.get_api_overview - Fetch the agent-readable llms.txt overview.create_response - Call TokenLab Responses API. Requires TOKENLAB_API_KEY.create_anthropic_message - Call TokenLab Anthropic Messages API. Requires TOKENLAB_API_KEY.create_gemini_content - Call TokenLab Gemini generateContent API. Requires TOKENLAB_API_KEY.npm install
npm start
Install from npm:
npx -y @tokenlabai/mcp-server
Claude Desktop style config:
{
"mcpServers": {
"tokenlab-model-catalog": {
"command": "node",
"args": ["/absolute/path/to/tokenlab-mcp-server/src/index.js"],
"env": {
"TOKENLAB_API_BASE": "https://api.tokenlab.sh"
}
}
}
}
No TokenLab API key is required for the public catalog tools. Set TOKENLAB_API_KEY only when you want the inference helper tools to call paid TokenLab APIs.
TOKENLAB_API_BASE: optional, defaults to https://api.tokenlab.shTOKENLAB_API_KEY: optional; required only for create_response, create_anthropic_message, and create_gemini_contentThis repository includes server.json for the official MCP Registry.
The package uses:
@tokenlabai/mcp-serverio.github.hedging8563/tokenlabpackage.json.mcpName: io.github.hedging8563/tokenlabPublish order:
@tokenlabai/mcp-server to npm.mcp-publisher login github.mcp-publisher publish.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.