Skip to main content
Glama

pure.md MCP server

Official
by puremd
package.json1.26 kB
{ "name": "puremd-mcp", "version": "1.0.3", "type": "module", "author": "pure.md (https://pure.md)", "description": "Model Context Protocol (MCP) server for pure.md, the markdown delivery network for LLMs", "license": "MIT", "main": "dist/index.js", "bin": { "puremd-mcp": "dist/index.js" }, "keywords": [ "ai-search", "claude", "claude-desktop", "crawler", "cursor", "data-extraction", "markdown", "mcp", "mcp-server", "model-context-protocol", "pure.md", "puremd", "search-tools", "unblocker", "web-scraping", "web-search" ], "homepage": "https://github.com/puremd/puremd-mcp", "repository": { "type": "git", "url": "git+https://github.com/puremd/puremd-mcp.git" }, "bugs": { "url": "https://github.com/puremd/puremd-mcp/issues" }, "scripts": { "build": "rm -rf dist && tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "dev": "tsc --watch", "start": "node dist/index.js", "prepare": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "dotenv": "^16.4.7", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.17", "typescript": "^5.8.2" } }

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/puremd/puremd-mcp'

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