Models & pricing
6Search models, check prices and capabilities, and compare candidates directly.
No API keylist_modelsget_modelget_pricingget_model_pricingcompare_modelsget_api_overviewTOKENLAB MCP
Add TokenLab to Claude, Codex, Cursor, or any MCP client. Search models, compare prices, and call text, image, video, music, 3D, and audio tools. Start with 31 essentials and expand to all 78 when you need them.
Copy the client config and replace the API key. You can search models and prices without a key.
Start command
npx -y @tokenlabai/mcp-serverClient config
Get API key{
"mcpServers": {
"tokenlab": {
"command": "npx",
"args": [
"-y",
"@tokenlabai/mcp-server"
],
"env": {
"TOKENLAB_API_KEY": "<YOUR_TOKENLAB_API_KEY>",
"TOKENLAB_MCP_TOOL_PROFILE": "core"
}
}
}
}Change core to full to enable all 78 tools.
Available after connection
Tools
The 31 essential tools cover most calls. Switch to the full profile for batches, Responses management, Worlds, and media assets.
Models and pricing, text and multimodal generation, files, tasks, embeddings, and translation.
Search models, check prices and capabilities, and compare candidates directly.
No API keylist_modelsget_modelget_pricingget_model_pricingcompare_modelsget_api_overviewUse Chat Completions, Responses, Messages, Gemini, images, video, music, 3D, and audio.
API key requiredcreate_chat_completioncreate_responsecreate_anthropic_messagecreate_gemini_contentcreate_imagecreate_image_fileedit_imageedit_image_filecreate_videocreate_musiccreate_3d_modelcreate_speechtranscribe_audiotranslate_audioUpload files, check async tasks, create embeddings, rerank results, and translate content.
API key requiredupload_filelist_filesretrieve_fileretrieve_file_contentdelete_fileget_task_statuscancel_taskcreate_embeddingcreate_multimodal_embeddingrerank_documentstranslate_textAdds 47 tools for Responses, batch requests, Worlds, and media asset management.
Connection options
The hosted option is for model and pricing lookup. The local MCP can call TokenLab's full set of capabilities.
Add an API key to use 31 or 78 tools for text, multimodal content, files, tasks, embeddings, and translation.
Configure local MCPConnect without an API key to search models, compare prices, and view call examples.
Open hosted explorerSee complete setup examples for Claude Desktop, Codex, Cline, Cursor, and other stdio clients.