Toon Fetch MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Toon Fetch MCP Serverfetch https://news.ycombinator.com and summarize the top story"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Toto Fetch MCP Server
An MCP server that fetches URL content, converts it to Markdown, and optionally processes it with a local LLM (LaMini-Flan-T5). Returns data in TOON format.
Features
Fetch & Clean: Fetches HTML, extracts main content using
@mozilla/readability, and converts to Markdown withturndown.Local AI Processing: Optional local LLM processing using
@huggingface/transformers(runningXenova/LaMini-Flan-T5-248M).TOON Output: Returns structured data in Token-Oriented Object Notation, optimized for agent consumption.
Related MCP server: Fetch as Markdown
Installation
npm installBuild
npm run buildUsage
As an MCP Server
Add to your MCP client configuration (e.g., Claude Desktop config):
{
"mcpServers": {
"toon-fetch": {
"command": "npx",
"args": ["toon-fetch"]
}
}
}Tool: fetch_url
Arguments:
url(string, required): The URL to fetch.prompt(string, optional): Instruction for the local LLM.Example: "Summarize this article"
Example: "Extract all dates and events"
If omitted, the raw Markdown content is returned.
Output (TOON):
title: Page Title
content: "Markdown content..."
metadata:
url: "https://example.com"
excerpt: "..."
optimized: trueDevelopment
Workflow
Install dependencies:
npm installRun tests:
npm test(uses Vitest)Build:
npx tscVerify: You can use the
src/verify.tsscript (requires build first or ts-node).
Testing
Run unit tests:
npx vitestLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/v3nom/toon-fetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server