Browser Tools
aginx.net
Provides browser automation and web content retrieval capabilities including clicking elements, executing JavaScript, fetching pages, and searching the web.
ENDPOINT 1
https://browser.aginx.net/mcp
MCP server metadata
- Name
- rmcp
- Version
- 1.7.0
Known tools 13
searchSearch the web across Baidu/Bing/Sogou/WeChat/Google (aggregated + deduped) and optionally fetch the top results' full content.
Inferred read-onlysession_clickClick an interactive element by its index (from session_state output).
Inferred read-onlysession_createCreate a persistent interactive browser session for multi-step interaction - clicking, typing, scrolling, reading state across page transitions.
Potential side effectssession_evalExecute arbitrary JavaScript in the browser session and return the result.
Potential side effectssession_inputType text into an input/textarea element by its index (from session_state output).
Inferred read-onlysession_stateGet the current page state as an indexed list of interactive elements.
Inferred read-onlyCONNECT 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.
aginx.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.