User Agent Parser — Browser, OS, Device Detection
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 dete…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/user-agent-parser
# Browse available tools
npx -y smithery tool list axel-belfort/user-agent-parser
# Get full schema for a tool
npx -y smithery tool get axel-belfort/user-agent-parser utility_parse_user_agent
# Call a tool
npx -y smithery tool call axel-belfort/user-agent-parser utility_parse_user_agent '{}'Direct MCP Connection
Endpoint: https://user-agent-parser--axel-belfort.run.tools
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. …
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/user-agent-parser