← Registry

Browser Tools

aginx.net

Provides browser automation and web content retrieval capabilities including clicking elements, executing JavaScript, fetching pages, and searching the web.

1 endpoint37 known toolsFirst detected August 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://browser.aginx.net/mcp

No auth detected

MCP server metadata

Name
aginxbrowser
Version
0.5.3
Capabilities
tools

Known tools 37

account_delete

Delete a named login identity: stored record AND live jar.

Potential side effects
account_list

List named login identities (the multi-account layer) with metadata only: name, cookie domains, cookie count, updated_at, the last account_verify verdict, and the identity's persona User-Agent (each account is one stable device: its own UA and hardware fingerprint, drawn once and reused).

Inferred read-only
account_verify

Check whether a named account is still logged in.

Inferred read-only
cache

Query the LOCAL CACHE of every page this server has fetched and every search it has run.

Inferred read-only
click

Click an element on a one-off page: loads `url` in a fresh browser context (stateless — no cookies unless passed, no shared state with other calls), waits `wait_secs` after load before clicking, then fires a DOM click on the first CSS-selector match.

Inferred read-only
download

Download a file over HTTP(S) with streaming to disk (no memory buffering), SHA-256 integrity hash, and optional resume of interrupted transfers.

Inferred read-only
eval

Execute JavaScript on a one-off page: loads `url` in a fresh browser context, optionally waits `wait_secs` for the page to settle, evaluates `script` (async/Promise supported) and returns `{url, result}`.

Potential side effects
fetch

Fetch a webpage and return clean markdown/html/text.

Inferred read-only
flow_run

Run a flow — a recorded, editable JSON browser-session script — deterministically, with zero model tokens.

Inferred read-only
import_curl

Import login state from a real browser in one paste.

Inferred read-only
render_markdown

Render a markdown document into a deterministic, self-contained HTML artifact - the document layer, so the agent never writes HTML by hand.

Inferred read-only
render_pdf

Cut a rendered page into pages and package as PDF, PNGs, PPTX or DOCX.

Inferred read-only
render_video

Render a page's animation timelines to an MP4 video.

Inferred read-only
search

Search the web across Baidu/Bing/Sogou/WeChat/Google (aggregated + deduped) and optionally fetch the top results' full content.

Inferred read-only
session_challenges

One-call risk-control report: did this session hit an anti-bot wall?

Inferred read-only
session_click

Click an interactive element by its index (from session_state output) inside a live browser session: scrolls it into view and fires a DOM click on the session's current page.

Inferred read-only
session_click_xy

Click at viewport coordinates (CSS pixels) via real mouse events — pointerdown/mousedown, pointerup/mouseup, then click on whatever element is hit there.

Inferred read-only
session_clone

Derive a new browser session from a live one, carrying the full login state: cookies, localStorage/sessionStorage, viewport pin, dialog policy, proxy and keepalive flags.

Inferred read-only
session_close

Close a browser session and free its resources.

Inferred read-only
session_console

Read the session's recent page console output (log/info/warn/error) as {url, total, matched, messages:[{ts_ms, level, text, url}]}, newest last.

Inferred read-only
session_cookies

Export the session's current cookies as ["name=value", .

Inferred read-only
session_create

Create a persistent interactive browser session for multi-step interaction - clicking, typing, scrolling, reading state across page transitions.

Potential side effects
session_dialog

Inspect or flip the session's dialog policy for window.

Inferred read-only
session_drag

Drag the mouse from one viewport position to another: press at `from`, `steps` mousemove events, release at `to`.

Inferred read-only
session_eval

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

Potential side effects
session_export

Export a browser session's recorded action log.

Inferred read-only
session_input

Type text into an input/textarea element by its index (from session_state output), dispatching input/change events (full keyboard cycle per character with events:"full").

Inferred read-only
session_list

List live browser sessions with idle age and the time left before auto-eviction.

Inferred read-only
session_navigate

Navigate a browser session to a new URL.

Inferred read-only
session_network

Read the session's network request log.

Inferred read-only
session_screenshot

Screenshot the session's CURRENT DOM state (mutations from clicks/evals included) as a base64 PNG via the built-in renderer.

Inferred read-only
session_scroll

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

Inferred read-only
session_set_files

Select files on a file input programmatically (Playwright setInputFiles semantics): builds File objects from base64 content, assigns them to input.

Inferred read-only
session_state

Get the current page state as an indexed list of interactive elements.

Inferred read-only
session_storage

Snapshot the session's localStorage/sessionStorage for the current origin: {url, local_storage, session_storage}.

Inferred read-only
session_viewport

Set the session's viewport (device emulation): scripts see innerWidth/innerHeight move, media queries like (max-width: 600px) re-evaluate, element rects re-anchor, and mobile=true flips pointer/hover matchMedia answers to coarse/none.

Inferred read-only
session_wait

Wait until a CSS selector matches or a JS predicate turns truthy, with a timeout.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aginxbrowser]
url = "https://browser.aginx.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aginxbrowser": {
      "type": "http",
      "url": "https://browser.aginx.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aginxbrowser
Remote MCP URL: https://browser.aginx.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aginxbrowser": {
      "url": "https://browser.aginx.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aginxbrowser": {
      "type": "http",
      "url": "https://browser.aginx.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aginxbrowser",
  "transport": "streamable-http",
  "url": "https://browser.aginx.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aginx.net was fetched 2026-08-25T17:56:19.175Z and is being refreshed.

Trust status Neutral

aginx.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.