Skip to main content
Glama

MCP-RSS-Crawler

by mshk
package.json593 B
{ "name": "mcp-server", "version": "0.1.0", "private": true, "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsup src/index.ts --format cjs --clean", "start": "node dist/index.js", "lint": "eslint .", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.7.2", "sqlite": "^5.1.1", "sqlite3": "^5.1.7" }, "devDependencies": { "tsup": "^8.0.2", "tsx": "^4.10.5", "eslint": "^8.57.0", "@types/node": "^20.12.12", "typescript": "^5.4.5" } }

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/mshk/mcp-rss-crawler'

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