Skip to main content
Glama
mixophrygian

Browser History Analysis MCP

by mixophrygian

health_check

Test if the Browser History Analysis MCP server is operational by performing a quick connectivity check.

Instructions

Simple health check that returns immediately to test if the MCP server is working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The health_check tool handler implementation, registered via @mcp.tool() decorator. This function returns a dictionary confirming the server is healthy with a timestamp.
    @mcp.tool() def health_check() -> Dict[str, Any]: """Simple health check that returns immediately to test if the MCP server is working.""" return { "status": "healthy", "message": "Browser MCP server is running", "timestamp": time.time() }

Latest Blog Posts

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/mixophrygian/browser_history_mcp'

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