Skip to main content
Glama
Asklear

Asklear Browser MCP

Official
by Asklear

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
navigateC

Run the local Chrome browser navigate operation. Page results stay local to the Agent.

observeC

Run the local Chrome browser observe operation. Page results stay local to the Agent.

clickC

Run the local Chrome browser click operation. Page results stay local to the Agent.

fillD

Run the local Chrome browser fill operation. Page results stay local to the Agent.

scrollB

Run the local Chrome browser scroll operation. Page results stay local to the Agent.

extractC

Run the local Chrome browser extract operation. Page results stay local to the Agent.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 6 tools

Disambiguation4/5

Each tool name maps to a distinct browser action: navigate, click, fill, scroll, observe, and extract are mostly unambiguous. There is minor potential overlap between observe and extract since both involve reading page state, but their names and typical usage in browser automation are distinguishable.

Naming Consistency5/5

All six tools follow the exact same single-word lowercase verb pattern. This is fully consistent and easy to predict.

Tool Count5/5

Six tools is a well-scoped size for a browser automation server. Each tool covers a core interaction or observation action without unnecessary bloat.

Completeness4/5

The toolset covers the main browser workflow: navigate, observe/extract, click, fill, and scroll. Minor gaps such as explicit wait, back/forward navigation, reload, hover, or select operations are missing, but agents can work around most of these for common tasks.

Maintenance

ActivityMaintained
ResponsivenessNo issues