unit-converter
단위 변환기 API
단위 간 변환 -- 길이, 무게, 온도, 부피, 속도, 데이터 저장 용량. 변환 공식 포함. x402를 통한 호출당 지불 (Base L2의 USDC) -- API 키 없음, 가입 없음, 요청 제한 벽 없음.
klymax402 마켓플레이스의 일부 -- AI 에이전트용 100개의 x402 마이크로결제 API, 지갑 하나, Base의 USDC.
빠른 시작 -- MCP
MCP 클라이언트 구성(Claude Desktop, Cursor, ElizaOS 등)에 다음을 추가하세요:
{
"mcpServers": {
"unit-converter": {
"url": "https://unit-converter.api.klymax402.com/mcp"
}
}
}Related MCP server: ucon-mcp
빠른 시작 -- HTTP (x402)
curl -X POST "https://unit-converter.api.klymax402.com/api/convert" \
-H "Content-Type: application/json" \
-d '{"value":"1","from":"...","to":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyx402 인식 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.003 | 측정 단위 간 값을 변환합니다 |
utility_convert_units
측정 단위 간 변환이 필요할 때 사용합니다. 결과와 공식을 JSON으로 반환합니다.
파라미터
이름 | 타입 | 필수 | 설명 |
| number | 예 | 변환할 숫자 값 |
| string | 예 | 소스 단위 (예: km, lb, celsius, mph, MB) |
| string | 예 | 대상 단위 (예: mi, kg, fahrenheit, km/h, GB) |
| string | 아니요 | 선택적 카테고리 힌트: length, weight, temperature, volume, speed, data |
예시 응답:
{"inputValue":100,"from":"km","to":"mi","result":62.1371,"formula":"100 km * 0.621371 = 62.1371 mi","category":"length"}사용해야 할 때: 계산, 데이터 분석, 과학 컴퓨팅, 레시피 조정, 엔지니어링 분야의 단위 변환.
사용하지 말 것: 통화 변환 (finance_convert_currency 사용), 시간대 변환 (utility_convert_timezone 사용), 주가 (finance_get_stock_price 사용).
에이전트 프롬프트 예
"측정 단위 간 변환해 줘"
결제
프로토콜: x402 -- HTTP 기반 호출당 지불, 가입 없음, API 키 없음
네트워크: Base L2 (
eip155:8453)자산: USDC
결제 진행자: Coinbase CDP (기본), PayAI (대체)
ATXP를 통해서도 접근 가능 (OAuth-래핑된 x402, RFC 9728 보호-리소스 메타데이터)
klymax402의 일부
AI 에이전트를 위한 100개의 x402 마이크로결제 API — 지갑 하나, Base의 USDC, 가입 없음.
전체 API 레퍼런스: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
라이선스
MIT
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
- AlicenseAqualityCmaintenanceProvides precise conversions between different units of measurement including temperature, length, weight, and volume.168MIT
- AlicenseNot gradedqualityBmaintenanceVerified unit conversion and dimensional analysis for AI agents. 190+ units, 31 domain formulas (clinical, physics, aerospace, SRE), physical constants with uncertainty propagation. Refuses invalid conversions structurally: the tool that won't convert mg to mL and knows the difference between torque and energy.AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables unit conversion for length, weight, temperature, and currency using simple tools, with a free tier and paid upgrade for higher usage.14MIT
- FlicenseNot gradedqualityBmaintenanceConverts units, currencies, timezones, and dates with a generous free tier of 500 calls/month.1
Related MCP Connectors
60+ units, live FX, timezones, and date arithmetic for AI agents.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
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/Br0ski777/unit-converter-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server