Skip to main content
Glama

Aginx Browser

Server Details

Stealth web browser for agents: search, fetch, click and type through persistent sessions over MCP.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
yinnho/aginxbrowser
GitHub Stars
3
Server Listing
aginxbrowser

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

13 tools
clickInspect

Click an element on a webpage using CSS selector.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to load
selectorYesCSS selector of element to click
wait_secsNoSeconds to wait after click
evalInspect

Execute JavaScript on a webpage and return the result. Supports async/Promise.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to load
scriptYesJavaScript code to execute (supports async/Promise)
wait_secsNoSeconds to wait before executing
fetch
Read-only
Inspect

Fetch a webpage and return clean markdown/html/text. Use whenever the agent needs to READ any web page - blogs, docs, articles, JS-rendered SPAs, Cloudflare-protected sites. Supports JS rendering, stealth TLS fingerprints, and structured-data extraction via js_extract.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to fetch
formatNoOutput format: "markdown", "html", or "text" (default: markdown)markdown
selectorNoCSS selector to extract specific content
max_charsNoMaximum characters to return (default: 50000)
use_proxyNoRoute through proxy (for blocked foreign sites)
wait_secsNoSeconds to wait for JS rendering
js_extractNoJS expression to extract from the page after rendering
render_tierNoRendering strategy: "auto" (default), "http", or "obscura"auto
tls_fingerprintNoTLS fingerprint override (stealth mode only): "chrome145", "firefox133", etc.
auto_bypass_challengeNoAuto-detect and bypass Cloudflare Turnstile challenges (default: true)
session_clickInspect

Click an interactive element by its index (from session_state output).

ParametersJSON Schema
NameRequiredDescriptionDefault
indexYesElement index (from /state output)
session_idYesSession ID
session_closeInspect

Close a browser session and free its resources.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID
session_cookies
Read-only
Inspect

Export the session's current cookies as ["name=value", ...] for the page's URL. Use to persist a logged-in session and replay it later via session_create with cookies. Round-trips with session_create's cookies field.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID
session_createInspect

Create a persistent interactive browser session for multi-step interaction - clicking, typing, scrolling, reading state across page transitions. Use when the agent must INTERACT with a page (login flows, forms, pagination, click-through) rather than read it once. Returns session_id; persists 8 min idle.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoInitial URL to navigate to (optional)
cookiesNoCookies to inject before navigation (["name=value", ...]). Lets the session start already logged-in. Round-trips with session_cookies.
use_proxyNoRoute through proxy (default: false)
session_evalInspect

Execute arbitrary JavaScript in the browser session and return the result.

ParametersJSON Schema
NameRequiredDescriptionDefault
scriptYesJavaScript code to execute
session_idYesSession ID
session_inputInspect

Type text into an input/textarea element by its index (from session_state output).

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to type into the input field
indexYesElement index (from /state output)
session_idYesSession ID
session_navigateInspect

Navigate a browser session to a new URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to
session_idYesSession ID
session_scrollInspect

Scroll the page up or down by a number of viewport-heights.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountNoScroll amount in viewport-heights (default: 3)
directionNoScroll direction: "up" or "down" (default: down)down
session_idYesSession ID
session_state
Read-only
Inspect

Get the current page state as an indexed list of interactive elements. Returns compact text with [N] indexes for use with click/input tools.

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Provides an MCP-native agent browser that enables autonomous agents to perceive and interact with web pages through stealth browsing, identity borrowing, and WAAP detection.
    9
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Headless browser automation for LLM agents via REST API or MCP tools. Enables navigating pages, reading structured content, clicking elements, filling forms, and executing JavaScript.
  • A
    license
    A
    quality
    B
    maintenance
    Browser automation MCP server that uses a real browser to give agents eyes and hands—open pages, click, fill, screenshot, and run scripts via accessibility-tree snapshots.
    22
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.