# User Agent Parser API MCP server

Parse user agents â€” browser, OS, device, bot detection. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-user-agent-parser
- Repository: https://github.com/Br0ski777/user-agent-parser-x402
- Website: https://github.com/Br0ski777/user-agent-parser-x402

## Install
- Endpoint: https://user-agent-parser.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://user-agent-parser.api.klymax402.com/mcp

## Tools
- utility_parse_user_agent - Use this when you need to parse a user agent string to identify the client's browser, OS, device type, and bot status. Returns fully structured data.

1. browser -- name and version (e.g. "Chrome 120.0")
2. os -- operating system name and version (e.g. "Windows 11")
3. device -- type (desktop, mobile, tablet), vendor, and model
4. engine -- rendering engine (Blink, Gecko, WebKit)
5. isBot -- boolean indicating if the UA belongs to a crawler/bot
6. botName -- name of the bot if detected (e.g. "Googlebot")

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

Use this FOR analytics pipelines that need to classify traffic by device or browser, detecting bot traffic in access logs, or adapting content based on client capabilities.

Do NOT use for HTTP header analysis -- use utility_parse_http_headers instead. Do NOT use for web scraping -- use web_scrape_to_markdown instead. Do NOT use for SEO auditing -- use seo_audit_page instead. Endpoint: https://user-agent-parser.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
