送信
Web scraping MCP server for AI agents. Bypass anti-bot systems and get clean, LLM-ready Markdown content. Supports both stdio and Streamable HTTP transports. Built on 8+ years of production scraping infrastructure.

サーバー設定

{
  "mcpServers": {
    "scrapi": {
      "command": "npx",
      "args": [
        "-y",
        "@scrapi.ai/mcp-server"
      ],
      "env": {
        "SCRAPI_API_KEY": "your-api-key"
      }
    }
  }
}