TokenLab MCP Server
@hedging8563
TokenLab MCP Server について
TokenLab model discovery, pricing, OpenAI-compatible chat, and native inference for MCP clients.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tokenlab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
]
}
}
}ツール
9List public TokenLab models, optionally filtered by task.
Fetch public details for one model ID.
Fetch pricing details for one model ID.
Compare details and pricing for several models.
Call the OpenAI-compatible /v1/chat/completions API; requires TOKENLAB_API_KEY.
Call the /v1/responses API; requires TOKENLAB_API_KEY.
Call the Anthropic Messages /v1/messages API; requires TOKENLAB_API_KEY.
Call the Gemini native generateContent API; requires TOKENLAB_API_KEY.
Fetch the agent-readable TokenLab API overview.
概要
TokenLab MCP Server
Browse live TokenLab models, compare pricing, and call OpenAI-compatible Chat Completions, Responses, Anthropic Messages, or Gemini generateContent.
Key features
- Nine MCP tools for discovery, comparison, guidance, and inference
- OpenAI-compatible multimodal chat and tool calling
- Native Responses, Anthropic Messages, and Gemini generateContent
- Ready-to-use @tokenlabai/mcp-server npm package
「AI とエージェント」の他のコンテンツ
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
コメント