← Back to Plugins
MCP Server MCP

io.github.bamchi/scrapi

github By github 👁 1 views ▲ 0 votes

Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

Homepage Verified source GitHub

Install

npx -y @scrapi.ai/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://scrapi.ai/mcp",
      "headers": [
        {
          "value": "Bearer {SCRAPI_API_KEY}",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@scrapi.ai/mcp-server",
      "version": "2.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Scrapi API key (get one free at https://scrapi.ai/dashboard)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SCRAPI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...