User Agent Parser API
io.github.Br0ski777/user-agent-parserParse user agents — browser, OS, device, bot detection. x402 micropayment.
Tools · 1
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.…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"user_agent_parser_api": {
"url": "https://user-agent-parser-production.up.railway.app/mcp",
"transport": "sse"
}
}
}