Skip to main content
Glama

Raindrop.io MCP Server

package.json879 B
{ "name": "raindrop-io-mcp-server", "version": "1.0.0", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.5.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "dotenv": "^16.0.0", "node-fetch": "^3.3.0", "zod": "^3.0.0" } }

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/hiromitsusasaki/raindrop-io-mcp-server'

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