orchords-web-pilot
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PILOT_HEADLESS | No | Set to 'false' to watch the agent work. Controls whether the local browser runs headless. | true |
| PILOT_HTTP_HOST | No | The host the HTTP transport binds to. HTTP transport only. | 127.0.0.1 |
| PILOT_HTTP_PATH | No | The path for the HTTP transport endpoint. HTTP transport only. | /mcp |
| PILOT_HTTP_PORT | No | The port the HTTP transport listens on. HTTP transport only. | 8788 |
| PILOT_TRANSPORT | No | The transport to use. 'stdio' for desktop agents, 'http' for hosted/shared. | stdio |
| BROWSER_WS_ENDPOINT | No | WebSocket endpoint of a remote browser (e.g., Browserless, hosted Chrome, own grid). If set, the server connects to this instead of launching a local browser. | |
| PILOT_CAPTCHA_SOLVER_URL | No | Endpoint for an external captcha-solving service. Used by the captcha solver tool. | |
| PILOT_CAPTCHA_SOLVER_TOKEN | No | Bearer token for the captcha-solving service. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_navigateC | Open a URL in the browser. |
| browser_snapshotA | Return the AI-oriented accessibility snapshot for the current page. Each node carries a |
| browser_clickB | Click an element identified by a snapshot ref, CSS selector, or x+y coordinates. Prefer |
| browser_typeB | Type text into the focused, matched, or ref-targeted element. |
| browser_fillC | Replace an input value via Playwright's fill() — accepts a selector or a snapshot ref. |
| browser_pressA | Press a non-text key (Enter, Tab, Escape, arrows, etc.). |
| browser_hoverB | Hover an element. Accepts a snapshot ref or a selector. |
| browser_dragC | Drag from one element to another. Accepts snapshot refs or selectors. |
| browser_selectB | Select an by value or label. Accepts a snapshot ref or a selector. |
| browser_screenshotB | Capture a PNG screenshot. Returns base64 or saves to disk if savePath is set. |
| browser_evaluateB | Run a JS expression in the page context and return its JSON-serializable result. |
| browser_waitB | Wait for a selector/text or a fixed duration. |
| browser_consoleB | Read console messages captured for the current session. |
| browser_networkB | List network requests captured for the current session. |
| browser_captcha_solveB | Forward a captcha challenge to the configured solver (PILOT_CAPTCHA_SOLVER_URL). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ORCHORDS/OrchordsBrowserPilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server