Skip to main content
Glama
Br0ski777

user-agent-parser

by Br0ski777

User Agent Parser API

MCP Server x402 License: MIT

모든 user agent 문자열을 브라우저, OS, 기기 유형, 엔진, 봇 탐지까지 포함하는 구조화된 데이터로 한 번의 호출에 파싱합니다. x402를 통한 호출당 결제 방식이며(Base L2의 USDC), API 키가 없고, 가입도 없고, 속도 제한 벽도 없습니다.

klymax402 마켓플레이스의 일부입니다. AI 에이전트를 위한 x402 마이크로결제 API 100개, 하나의 지갑, Base의 USDC.

빠른 시작 -- MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:

{
  "mcpServers": {
    "user-agent-parser": {
      "url": "https://user-agent-parser.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: Pylon MCP Server

빠른 시작 -- HTTP (x402)

curl -X POST "https://user-agent-parser.api.klymax402.com/api/parse" \
  -H "Content-Type: application/json" \
  -d '{"userAgent":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> sign -> retry 주기를 자동으로 처리합니다.

도구

Tool

Method

Path

Price

Description

utility_parse_user_agent

POST

/api/parse

$0.003

user agent 문자열을 구조화된 데이터로 파싱합니다

utility_parse_user_agent

클라이언트의 브라우저, OS, 기기 유형, 봇 상태를 식별하려고 user agent 문자열을 파싱해야 할 때 사용하세요. 완전히 구조화된 데이터를 반환합니다.

파라미터

이름

유형

필수

설명

userAgent

string

파싱할 user agent 문자열

응답 예시:

{"browser":{"name":"Chrome","version":"120.0"},"os":{"name":"Windows","version":"11"},"device":{"type":"desktop","vendor":null,"model":null},"engine":"Blink","isBot":false,"botName":null}

사용 시기: 트래픽을 기기나 브라우저별로 분류해야 하는 분석 파이프라인, 액세스 로그에서 봇 트래픽을 감지해야 하는 경우, 클라이언트 기능에 따라 콘텐츠를 제공해야 하는 경우.

이런 경우에는 사용하지 마세요: HTTP 헤더 분석(utility_parse_http_headers), 웹 스크레이핑(web_scrape_to_markdown), SEO 감사(seo_audit_page).

에이전트 프롬프트 예시

  • "user agent 문자열을 파싱하여 클라이언트의 브라우저, OS, 기기 유형, 봇 상태를 식별하세요"

결제

  • 프로토콜: x402 -- HTTP 기반 호출당 결제, 가입 불필요, API 키 불필요

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 파실리테이터: Coinbase CDP (기본), PayAI(대체)

  • 또한 ATXP(OAuth로 래핑된 x402, 유럽 RFC 9728 protected-resource 메타데이터)를 통해 접근할 수 있습니다.

klymax402의 일부

AI 에이전트를 위한 100개의 x402 마이크로결제 API -- 하나의 지갑, Base의 USDC, 가입 없음.

License

MIT

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • F
    license
    Not graded
    quality
    F
    maintenance
    20 pay-per-call utility tools for AI agents via x402 USDC micropayments on Base. Screenshots, OCR, PDF, web scraping, weather, forex rates, crypto/stock prices, DNS, geocoding, translation, and more. $0.001–$0.008 per call. No API keys, no signup.
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to pay for x402 pay-per-use services like web search, scraping, and screenshots using a simple API key and USD balance, without managing crypto wallets.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

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/user-agent-parser-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server