Skip to main content
Glama
package.json1.27 kB
{ "name": "toon-fetch", "version": "1.0.0", "description": "MCP server that fetches dynamic web content via headless Chrome, converting it to Markdown & TOON format for AI agents. Includes optional local LLM optimization.", "main": "dist/index.js", "bin": "./dist/index.js", "scripts": { "build": "tsc", "test": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "web-scraping", "headless-chrome", "puppeteer", "markdown", "toon", "ai", "llm", "readability", "jsdom", "turndown", "typescript" ], "files": [ "dist", "README.md", "LICENSE" ], "author": "Tomas Grubliauskas", "license": "MIT", "type": "module", "dependencies": { "@huggingface/transformers": "^3.8.1", "@modelcontextprotocol/sdk": "^1.24.3", "@mozilla/readability": "^0.6.0", "@toon-format/toon": "^2.1.0", "@types/jsdom": "^27.0.0", "@types/mozilla-readability": "^0.2.1", "@types/node": "^25.0.1", "@types/turndown": "^5.0.6", "jsdom": "^27.3.0", "puppeteer": "^24.33.0", "ts-node": "^10.9.2", "turndown": "^7.2.2", "typescript": "^5.9.3" }, "devDependencies": { "vitest": "^4.0.15" } }

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/v3nom/toon-fetch'

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