tokencost-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tokencost_get_model_pricingA | Get pricing details for a specific LLM model. Args:
Returns: Model pricing details including input/output costs per 1M tokens, context window, and max output. Returns an error message if the model is not found, with suggestions for similar models. Examples:
|
| tokencost_compare_modelsA | Compare pricing across multiple LLM models side by side. Args:
Returns: Side-by-side comparison table with input/output costs, context windows, and relative cost differences. Examples:
|
| tokencost_estimate_costA | Calculate the cost for a specific number of input and output tokens with a given model. Args:
Returns: Cost breakdown with input cost, output cost, and total cost in USD. Examples:
|
| tokencost_find_cheapestA | Find the cheapest LLM models, optionally filtered by provider or minimum context window. Args:
Returns: Ranked list of cheapest models with pricing details. Examples:
|
| tokencost_list_modelsA | List all available LLM models with pricing data, optionally filtered by provider. Args:
Returns: List of all models with IDs, names, and providers. Use model IDs with other tools. Examples:
|
| tokencost_list_providersA | List all LLM providers with model counts and pricing ranges. Returns: All providers with the number of models and pricing range for each. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ankit-aglawe/tokencost-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server