safe-fetch-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind address. | 127.0.0.1 |
| PORT | No | HTTP port. | 3000 |
| TRANSPORT | No | Transport mode. Switch to Streamable HTTP by setting this or using --http flag. | stdio |
| SAFE_FETCH_ALLOWLIST | No | Comma-separated host allowlist. | |
| SAFE_FETCH_MAX_BYTES | No | Response size cap. | 5000000 |
| SAFE_FETCH_TIMEOUT_MS | No | Request timeout. | 10000 |
| SAFE_FETCH_ALLOW_LOCAL | No | Allow loopback/RFC-1918 targets (never allows metadata/link-local). | false |
| SAFE_FETCH_MAX_REDIRECTS | No | Redirect hop limit. | 5 |
| SAFE_FETCH_RATE_LIMIT_MAX | No | Requests per window, per IP (HTTP mode). | 60 |
| SAFE_FETCH_ALLOWED_ORIGINS | No | Comma-separated Origin allowlist (CORS) for HTTP mode. | |
| SAFE_FETCH_RATE_LIMIT_WINDOW_MS | No | Rate-limit window. | 60000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_urlA | Fetch an http(s) URL and return clean markdown. Read-only; refuses private/loopback/metadata targets by default. Args: url, format ('markdown'|'raw', default 'markdown'), max_bytes?, start_index?. Returns text content plus structuredContent {status, finalUrl, contentType, bytes, truncated}. Example: fetch_url({ url: 'https://example.com' }). |
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/Sanoy24/safe-fetch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server