Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCPWEB_TIMEOUTNoPer-request timeout, in seconds.20
MCPWEB_ALLOWLISTNoComma-separated hosts; when set, nothing else is reachable.
MCPWEB_MAX_BYTESNoResponse body cap in bytes.2000000
MCPWEB_USER_AGENTNoUser agent string sent on every request.Chrome-ish
MCPWEB_ALLOW_PRIVATENoSet to 1 to let the model reach localhost and your LAN.0
MCPWEB_MAX_REDIRECTSNoRedirect hop limit.5

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web with DuckDuckGo.

Returns a list of results with title, url and snippet. Follow up with fetch_url on any result whose full text you need.

fetch_urlA

Fetch a web page and return its main content as markdown.

Use this for ordinary pages and articles. If the result looks empty or is obviously a JavaScript shell, retry with render_page.

http_requestA

Make an arbitrary HTTP request and return the raw response.

Use this for JSON APIs. For reading web pages prefer fetch_url, which strips navigation and boilerplate.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/MrDadpool/mcp-web'

If you have feedback or need assistance with the MCP directory API, please join our Discord server