← 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 endpoint13 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://browser.aginx.net/mcp

No auth detected

MCP server metadata

Name
rmcp
Version
1.7.0
Capabilities
tools

Known tools 13

click

Click an element on a webpage using CSS selector.

Inferred read-only
eval

Execute JavaScript on a webpage and return the result.

Potential side effects
fetch

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

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_click

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

Inferred read-only
session_close

Close a browser session and free its resources.

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_eval

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

Potential side effects
session_input

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

Inferred read-only
session_navigate

Navigate a browser session to a new URL.

Inferred read-only
session_scroll

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

Inferred read-only
session_state

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

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.rmcp]
url = "https://browser.aginx.net/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: rmcp
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": {
    "rmcp": {
      "url": "https://browser.aginx.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "rmcp",
  "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.

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.