Skip to main content
Glama

Prysm MCP Server

package.json1.08 kB
{ "name": "@pinkpixel/prysm-mcp", "version": "1.1.2", "description": "MCP server for the Prysm web scraper - enabling AI assistants to scrape web content", "main": "dist/index.js", "bin": { "prysm-mcp": "bin/prysm-mcp" }, "type": "module", "directories": { "doc": "docs", "example": "examples" }, "scripts": { "build": "tsup && chmod +x bin/prysm-mcp", "start": "node bin/prysm-mcp", "dev": "tsup --watch --onSuccess \"node bin/prysm-mcp\"", "test": "jest", "prepublishOnly": "npm run build", "test:mcp": "node test-mcp.js" }, "keywords": [ "mcp", "model-context-protocol", "web-scraper", "ai", "claude", "cursor", "pinkpixel", "prysm" ], "author": "Pink Pixel <hello@pinkpixel.dev>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@pinkpixel/prysm-llm": "^1.1.1" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "tsup": "^8.0.2", "typescript": "^5.4.2" }, "engines": { "node": ">=18.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/pinkpixel-dev/prysm-mcp-server'

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