# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/user-agent-parser

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/user-agent-parser

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/user-agent-parser utility_parse_user_agent

# Call a tool
npx -y @smithery/cli@latest 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. …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/user-agent-parser <tool-name>
```
