Skip to main content
Glama

Search History MCP Server

get_most_visited

Retrieve your most frequently visited websites from browser history to identify browsing patterns and commonly accessed resources across major browsers like Chrome, Firefox, Safari, and Edge.

Instructions

Get the most frequently visited sites from browser history.

Args: limit: Maximum number of results to return (default: 20, max: 100) browser: Which browser to query ("brave", "safari", "chrome", "firefox", "edge", "arc", "opera", or "duckduckgo")

Returns: Formatted list of most visited sites with visit counts

Input Schema

NameRequiredDescriptionDefault
limitNo
browserNobrave

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "brave", "enum": [ "brave", "safari", "chrome", "firefox", "edge", "arc", "opera", "duckduckgo" ], "type": "string" }, "limit": { "default": 20, "type": "integer" } }, "type": "object" }

Other Tools from Search History MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ronantakizawa/search-history-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server