OptimToken MCP
OfficialOptimToken MCP
OptimNow에서 제작했습니다. AI 어시스턴트에게 모델이나 인스턴스의 실제 비용이 얼마인지 물어보면, 학습 데이터에서 기억한 숫자 대신 날짜가 표시되고 출처가 있는 수치를 받아보세요.
, 효율성 및 기능을 기준으로 카탈로그를 탐색하고 필터링하며, 라이선스에서 자체 호스팅 가능 여부를 확인할 수 있습니다. |
| "그냥 어떤 건지 알려줘." 제약 조건(예산, 최소 ELO, 필수 기능, 자체 호스팅 가능 여부) 하에서 하나의 워크로드에 대한 상위 3개 순위를 제공하며, 각 항목에 제약 조건별 충족 또는 위반 여부를 증거로 제시합니다. 과도하게 제약된 쿼리는 가장 근접한 후보를 그렇게 표시하여 반환합니다. |
| "이 특정 모델들은 어떻게 비교되나요?" 선택한 월간 볼륨에서 2~4개의 지정된 모델을 8가지 사용 사례 프로필 전반에 걸쳐 비교하고, 각각의 목록 및 최적화 비용을 제공합니다. |
| "이것이 월간 비용으로 얼마나 될까요?" 자체 볼륨, 토큰 형태, 캐시 적중률 및 배치 자격에 대한 요청당 및 월간 비용을 제공합니다. |
| "어떤 환경에서 실행해야 할까요?" AWS, Azure, GCP, OCI, OVH, DigitalOcean 및 Alibaba의 컴퓨트 인스턴스 요금을 지역 및 카테고리별로 비교합니다. |
다섯 가지 도구 모두 읽기 전용이며 자격 증명이 필요하지 않습니다. 전송하는 어떤 것도 저장되지 않습니다.
사용 사례 프로필에는 현실적인 토큰 형태가 포함되어 있어 직접 만들 필요가 없습니다: 지원 티켓, 지식 Q&A, 회의 요약, 마케팅 콘텐츠, 코딩 작업, 송장 처리, 통화 요약, 에이전트 워크플로.
숫자의 출처
optimtoken.optimnow.io가 단일 진실 공급원입니다. 이 사이트에 도달할 수 없으면 서버는 실패하는 대신 계층적으로 성능을 저하시키며, 사용된 계층을 명시합니다.
도구 | 계층 1 | 계층 2 | 계층 3 |
LLM 도구 |
| OpenRouter 직접 연결 | 임베디드 스냅샷 |
컴퓨트 도구 |
| 사용 불가 | 임베디드 스냅샷 (137행) |
계층 2와 3은 수정되지 않은 가격을 제공합니다, 그리고 이것은 들리는 것보다 더 중요합니다. 업스트림 피드가 한 번 프런티어 모델을 실제 정가의 절반으로 게시한 적이 있는데, 이는 그로부터 파생된 모든 월간 수치를 절반으로 줄였습니다. 따라서 모든 응답에는 pricesVerified가 포함된 provenance 객체가 포함되며, 하위 계층은 답변 상단에 공지사항을 표시합니다. 폴백은 조용히 정확성을 떨어뜨려서는 안 됩니다.
계층 1은 카탈로그가 자체적으로 최신 업스트림 데이터를 제공 중이라고 보고할 때만 허용됩니다. 사이트가 자체 폴백 상태에 있으면 수정 사항이 포함되지 않으며, 이 서버는 그에 따라 처리합니다.
로컬 개발
**Node.js 24+**가 필요합니다.
npm install
npm run dev # Skybridge dev server + MCP inspector at localhost:3000
npm test # schema conformance, serialisation precision, data sources
npm run build # widgets + server정적 폴백 카탈로그는 일정에 따라가 아니라 수동으로 갱신됩니다:
npm run refresh-fallback수동이므로 계층 3 응답을 신뢰하기 전에 dataAsOf를 확인하세요. 갱신되지 않은 폴백은 조용히 오래된 상태가 됩니다.
ai-pricing-hub-mcp/
├─ server/src/index.ts # tool + widget registrations
├─ server/src/lib/optimtoken-api.ts # the one base URL constant, fetch and timeout discipline
├─ server/src/lib/ # ranking, efficiency scoring, provenance, normalisation
├─ server/src/data/ # static fallback pricing + region maps
└─ web/src/widgets/ # React widgets rendered in the clientSkybridge로 구축되었으며 Alpic에 배포되었습니다.
관련 제품군
웹 앱. 동일한 카탈로그, 전체 UI, AI 어드바이저 및 공개 JSON API를 제공합니다. | |
AI 비즈니스 케이스가 자체 비용을 충당하는지 계산합니다. 동일한 가격에 하네스 비용과 가치 모델링이 추가됩니다. | |
AI 에이전트를 위한 FinOps 지식: AWS, Azure, GCP, AI 추론, SaaS. | |
클라우드 비용 작업을 위한 MCP 서버, 튜토리얼 및 클라이언트 가이드. |
라이선스
MIT 라이선스로 배포됩니다.
이 서버가 제공하는 가격은 제3자 소스에서 가져온 것이며 보증 없이 있는 그대로 제공됩니다. 지출을 확정하기 전에 벤더 가격 페이지에서 확인하세요.
자체 AI 또는 클라우드 청구서에 대해 궁금한 점이 있으신가요? OptimNow에 문의하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides real-time AI model pricing, cost estimation, and budget management tools to help agents understand and optimize their spending. It enables agents to compare costs across multiple providers and select the most cost-effective models for specific tasks.
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to parse multi-cloud infrastructure-as-code files, query real-time pricing from AWS, Azure, and GCP, and generate cost estimates and comparison reports.57MIT
- FlicenseAqualityDmaintenanceEnables AI agents to compare AI model pricing plans, run cost scenarios, find break-even points, and get plan recommendations using TokenLens data.4
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to calculate, compare, and recommend AI API costs from multiple providers, with support for currency conversion and platform fee analysis.1MIT
Related MCP Connectors
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
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/OptimNow/ai-pricing-hub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server