Skip to main content
Glama
Br0ski777

unit-converter

by Br0ski777

단위 변환기 API

MCP Server x402 License: MIT

단위 간 변환 -- 길이, 무게, 온도, 부피, 속도, 데이터 저장 용량. 변환 공식 포함. 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 body

x402 인식 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

utility_convert_units

POST

/api/convert

$0.003

측정 단위 간 값을 변환합니다

utility_convert_units

측정 단위 간 변환이 필요할 때 사용합니다. 결과와 공식을 JSON으로 반환합니다.

파라미터

이름

타입

필수

설명

value

number

변환할 숫자 값

from

string

소스 단위 (예: km, lb, celsius, mph, MB)

to

string

대상 단위 (예: mi, kg, fahrenheit, km/h, GB)

category

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, 가입 없음.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    Provides precise conversions between different units of measurement including temperature, length, weight, and volume.
    16
    8
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Verified 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables unit conversion for length, weight, temperature, and currency using simple tools, with a free tier and paid upgrade for higher usage.
    14
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Converts units, currencies, timezones, and dates with a generous free tier of 500 calls/month.
    1

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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