Skip to main content
Glama
AkM-2018

Fetch MCP Server

by AkM-2018

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
proxy-urlNoThe server can be configured to use a proxy by using the --proxy-url argument.
user-agentNoCustomizes the user-agent. This can be customized by adding the argument --user-agent=YourUserAgent to the args list in the configuration.
ignore-robots-txtNoBy default, the server will obey a websites robots.txt file if the request came from the model (via a tool), but not if the request was user initiated (via a prompt). This can be disabled by adding the argument --ignore-robots-txt to the args list in the configuration.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch

Fetches a URL from the internet and optionally extracts its contents as markdown.

Although originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that.

Prompts

Interactive templates invoked by user choice

NameDescription
fetchFetch a URL and extract its contents as markdown

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/AkM-2018/tmp_fetch'

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