hermes-web-mcp
by ShadowMiner
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEBMCP_PW | No | Path to a Playwright install whose `chromium` driver is used for `connectOverCDP` | D:/path/to/playwright-service/node_modules/playwright |
| WEBMCP_SCRAPE | No | playwright-service scrape endpoint (POST `{url, wait_after_load, cdp_url}` → `{content, pageStatusCode, contentType}`) | http://127.0.0.1:3003/scrape |
| WEBMCP_CONVERT | No | html-to-md endpoint (POST `{html}` → `{markdown}`) | http://127.0.0.1:8080/convert |
| WEBMCP_CDP_PROXY | No | CDP endpoint of the proxied Chrome | http://127.0.0.1:9334 |
| WEBMCP_CDP_DIRECT | No | CDP endpoint of the direct Chrome | http://127.0.0.1:9333 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |