Skip to main content
Glama

Web3 Research MCP

fetch-content

Retrieve content from a specified URL and convert it into text, HTML, markdown, or JSON format. Designed for Web3 research, this tool integrates with a fully local, decentralized MCP server.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatmarkdown
urlYesURL to fetch content from (can be a resource:// URL)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "markdown", "description": "Output format", "enum": [ "text", "html", "markdown", "json" ], "type": "string" }, "url": { "description": "URL to fetch content from (can be a resource:// URL)", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Web3 Research MCP

Related Tools

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/aaronjmars/web3-research-mcp'

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