Skip to main content
Glama

Better Fetch

package.json876 B
{ "name": "better-fetch-mcp", "version": "1.0.0", "description": "Advanced MCP server for web scraping with nested URL fetching and intelligent markdown formatting", "type": "module", "main": "dist/server.js", "scripts": { "start": "node dist/server.js", "dev": "tsx src/server.ts", "build": "tsc", "clean": "rm -rf dist" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "cheerio": "^1.0.0-rc.12", "node-fetch": "^3.3.2", "turndown": "^7.1.2" }, "devDependencies": { "@types/node": "^20.0.0", "@types/turndown": "^5.0.4", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "bin": { "better-fetch": "dist/server.js" }, "keywords": [ "mcp", "web-scraper", "documentation", "markdown", "crawler" ], "author": "Your Name", "license": "MIT", "scope": "@flutterninja9" }

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/flutterninja9/better-fetch'

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