Skip to main content
Glama
pipethedev
by pipethedev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BROWSERCAT_API_KEYYesYour BrowserCat API key (required). You can get one for free at https://browsercat.xyz/mcp.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
browsercat_navigateB

Navigate to a URL

browsercat_screenshotB

Take a screenshot of the current page or a specific element

browsercat_clickB

Click an element on the page

browsercat_fillC

Fill out an input field

browsercat_selectB

Select an option from a dropdown menu

browsercat_hoverC

Hover over an element on the page

browsercat_evaluateC

Execute JavaScript in the browser console

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Browser console logs

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific browser interactions: clicking, evaluating JavaScript, filling inputs, hovering, navigating, taking screenshots, and selecting dropdown options. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent 'browsercat_verb' pattern with clear, descriptive verbs (click, evaluate, fill, hover, navigate, screenshot, select). This uniformity enhances predictability and readability across the toolset.

Tool Count5/5

With 7 tools, this server is well-scoped for browser automation, covering essential interactions without bloat. Each tool earns its place by addressing a common web automation task, making the count appropriate for the domain.

Completeness4/5

The toolset provides strong coverage for core browser automation tasks like navigation, interaction, and inspection. Minor gaps exist, such as lacking tools for scrolling, handling alerts, or managing cookies, but agents can work around these with existing tools like evaluate for JavaScript.

Maintenance

ActivityInactive
ResponsivenessNo issues