User Agent Parser — Browser, OS, Device Detection
https://server.smithery.ai/axel-belfort/user-agent-parser/mcp
● healthy
User agent string parser API for AI agents. Parse any user agent into structured data: browser (name, version), OS (name, version), device type (desktop/mobile/tablet), rendering engine, and bot detection. Tools: utility_parse_user_agent. Use this for analytics processing, bot detection, device targeting, or browser compatibility checks. Returns: {browser, os, device, engine, isBot}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/user-agent-parser/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/user-agent-parser/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/user-agent-parser-x402