← Back to Plugins
MCP Server MCP

rasterly

github By github 👁 1 views ▲ 0 votes

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...