MCP Server
MCP
rasterly
Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "rasterly-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your rasterly API key (get one free at https://rasterly.dev). Sent as the X-Api-Key header.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RASTERLY_API_KEY"
},
{
"description": "Override the rasterly API base URL to point at a self-hosted instance.",
"format": "string",
"name": "RASTERLY_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment