net.aginx/aginxbrowser
repo:https://github.com/yinnho/aginxbrowser
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
- transport:
- remote
- credential class:
- self-provisionable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- cacheshallow
Query the LOCAL CACHE of every page this server has fetched and every search it has run. Check here BEFORE re-fetching or re-searching — a hit is instant and free while a fresh fetch costs 5-60s. Use query for full-text search (works for Chinese substrings and English words), get to pull a page's full cached content, stats for counts, clear to delete rows.
- clickshallow
Click an element on a webpage using CSS selector.
- downloadshallow
Download a file over HTTP(S) with streaming to disk (no memory buffering), SHA-256 integrity hash, and optional resume of interrupted transfers. Filename resolution: explicit param → Content-Disposition → URL tail. Use for binaries, archives, datasets, documents - anything where the agent wants the FILE saved, not its text content read.
- evalshallow
Execute JavaScript on a webpage and return the result. Supports async/Promise.
- fetchshallow
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.
- searchshallow
Search the web across Baidu/Bing/Sogou/WeChat/Google (aggregated + deduped) and optionally fetch the top results' full content. Use when the agent needs to FIND information online - replaces a search API. Supports image search returning direct image URLs.
- session_clickshallow
Click an interactive element by its index (from session_state output).
- session_closeshallow
Close a browser session and free its resources.
- session_cookiesshallow
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.
- session_createshallow
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.
- session_evalshallow
Execute arbitrary JavaScript in the browser session and return the result.
- session_exportshallow
Export a browser session's recorded action log. Format "bash" (default) returns a runnable curl script that replays every recorded action (navigate/click/input/scroll/eval) against a fresh session on this server — hand it to a shell or cron, zero model tokens. Format "jsonl" returns the raw action log, one JSON object per line.
- session_inputshallow
Type text into an input/textarea element by its index (from session_state output).
- session_listshallow
List live browser sessions with idle age and the time left before auto-eviction. Use to discover a session to reuse instead of creating a new one; sessions expire after 8 min idle.
- session_navigateshallow
Navigate a browser session to a new URL.
- session_scrollshallow
Scroll the page up or down by a number of viewport-heights.
- session_stateshallow
Get the current page state as an indexed list of interactive elements. Returns compact text with [N] indexes for use with click/input tools.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/9897ed0d-56cd-48f1-9e33-1f45541cf8d3)