user-agent-parser
User Agent Parser API
모든 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 bodyx402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> sign -> retry 주기를 자동으로 처리합니다.
도구
Tool | Method | Path | Price | Description |
| POST |
| $0.003 | user agent 문자열을 구조화된 데이터로 파싱합니다 |
utility_parse_user_agent
클라이언트의 브라우저, OS, 기기 유형, 봇 상태를 식별하려고 user agent 문자열을 파싱해야 할 때 사용하세요. 완전히 구조화된 데이터를 반환합니다.
파라미터
이름 | 유형 | 필수 | 설명 |
| 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, 가입 없음.
전체 API 참조: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
License
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
- FlicenseNot gradedqualityFmaintenance20 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

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseNot gradedqualityDmaintenanceEnables 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.6MIT
- AlicenseNot gradedqualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
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.
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/user-agent-parser-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server