Hive Web
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEARXNG_URL | No | URL of the SearXNG endpoint | http://localhost:8888 |
| FIRECRAWL_API_URL | No | URL of the Firecrawl endpoint | http://localhost:3002 |
| HIVE_WEB_ARTIFACT_DIR | No | Directory for storing artifacts | ~/.cache/hive-web-runtime/artifacts |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| static_web_searchA | Cheap stateless web search through local SearXNG. Returns compact normalized results and an artifact_id. |
| static_web_extractC | Cheap stateless page render/extract through local Firecrawl. Returns markdown plus artifact_id. |
| static_web_get_artifactC | Read a local artifact previously created by static-web/action-web. |
| action_web_session_createC | Create a live Playwright browser session for interactive sites/forms. |
| action_web_navigateA | Navigate a live session to a URL, or use static-web search_query to find the URL first. |
| action_web_snapshotB | Return a compact interactive snapshot: visible text and refs, not full HTML. |
| action_web_clickA | Click by snapshot ref or selector. Sensitive payment/password/2FA-looking targets require confirm_sensitive=true. |
| action_web_typeC | Type/fill text into a snapshot ref or selector. Do not send passwords/secrets through this tool. |
| action_web_pressB | Press a keyboard key in the live browser session, e.g. Enter, Escape, ArrowDown. |
| action_web_closeB | Close a live Playwright browser session. |
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
- 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/YegorMy/hive-web'
If you have feedback or need assistance with the MCP directory API, please join our Discord server