web-mcp
by sv-kagami
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEB_MCP_USER_AGENT | No | User-Agent header for static fetch | LocalLLM-WebMCP/0.1 |
| WEB_MCP_SERVER_NAME | No | MCP server name | web-mcp |
| WEB_MCP_DEFAULT_RENDER | No | Default render mode | auto |
| WEB_MCP_FETCH_TIMEOUT_MS | No | Timeout for static fetch in milliseconds | 15000 |
| WEB_MCP_DEFAULT_MAX_CHARS | No | Default maximum characters for web_fetch | 20000 |
| WEB_MCP_BROWSER_TIMEOUT_MS | No | Timeout for browser fetch in milliseconds | 20000 |
| WEB_MCP_DEFAULT_MAX_RESULTS | No | Default number of results for web_search | 10 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchB | Search the web and return a list of candidate pages. This scaffold returns mock results only. |
| web_fetchC | Fetch a URL with static HTTP and return readable Markdown-style page text. |
| web_findC | Fetch a URL with static HTTP and find text within the extracted page text. |
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
- 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/sv-kagami/llm-web-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server