MCP.so
Sign In

TokenLab MCP Server

@hedging8563

About TokenLab MCP Server

TokenLab model discovery, pricing, OpenAI-compatible chat, and native inference for MCP clients.

Basic information

Category

AI & Agents

License

MIT

Runtime

node

Publisher

hedging8563

Submitted by

hedging8563

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "tokenlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tokenlabai/mcp-server"
      ]
    }
  }
}

Tools

9

List 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.

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

Comments

More AI & Agents MCP servers