Skip to content
Back to search
90
MCP v1.0.1 sse

User Agent Parser API

io.github.Br0ski777/user-agent-parser

Parse user agents — browser, OS, device, bot detection. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
170ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

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.…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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