← aginx.net

INDIVIDUAL MCP TOOL

session_create

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

aginx.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://browser.aginx.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for session_create and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

aginx.net

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.

Related tools

  • click — Click an element on a webpage using CSS selector.
  • eval — Execute JavaScript on a webpage and return the result.
  • fetch — Fetch a webpage and return clean markdown/html/text.
  • search — Search the web across Baidu/Bing/Sogou/WeChat/Google (aggregated + deduped) and optionally fetch the top results' full content.
  • session_click — Click an interactive element by its index (from session_state output).
  • session_close — Close a browser session and free its resources.
  • session_cookies — Export the session's current cookies as ["name=value", .
  • session_eval — Execute arbitrary JavaScript in the browser session and return the result.