
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@atriumn/tariff
Advanced tools
LLM Pricing Oracle — MCP server exposing real model pricing data from LiteLLM
LLM Pricing Oracle — an MCP server that pulls real pricing data from the LiteLLM community registry and exposes it as tools any MCP client can query.
No API keys. No accounts. No configuration files.
Claude Code:
claude mcp add tariff -- npx -y @atriumn/tariff
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"tariff": {
"command": "npx",
"args": ["-y", "@atriumn/tariff"]
}
}
}
| Tool | Description |
|---|---|
get_model_details | Look up pricing, context window, and capabilities for a model |
calculate_estimate | Estimate cost for a given token count |
compare_models | Filter and compare models by provider, context window, or mode |
refresh_prices | Force re-fetch pricing data from the registry |
"How much does Claude Sonnet 4.5 cost per million tokens?"
Model: claude-sonnet-4-5
Provider: anthropic
Mode: chat
Pricing (per 1M tokens):
Input: $3.00
Output: $15.00
Context Window:
Max Input: 200K
Max Output: 8K
Capabilities: vision, function_calling, parallel_function_calling
No data leaves your machine — the only network request is fetching the public pricing registry.
Full documentation at tokencost.dev
MIT
FAQs
LLM Pricing Oracle — MCP server exposing real model pricing data from LiteLLM
We found that @atriumn/tariff demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.