parse_user_agent

Pack: useragent · Endpoint: https://gateway.pipeworx.io/useragent/mcp

Parse a User-Agent string into browser, OS, device type (mobile/tablet/desktop/bot) and a bot flag (keyless, offline, heuristic).

Parameters

NameTypeRequiredDescription
user_agentstringyesThe User-Agent string.

Example call

curl -X POST https://gateway.pipeworx.io/useragent/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"parse_user_agent","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "useragent": {
      "url": "https://gateway.pipeworx.io/useragent/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026