Raptorwayz
БесплатноНе проверенOfficial Python & Node clients + MCP server for RaptorWayz — solve Cloudflare challenges and get a cf_clearance cookie, matching User-Agent, and a proxy for you
Описание
Official Python & Node clients + MCP server for RaptorWayz — solve Cloudflare challenges and get a cf_clearance cookie, matching User-Agent, and a proxy for your own requests.
README
Official clients for RaptorWayz, an API that solves Cloudflare
challenges. Send a domain, get back a valid cf_clearance cookie, a matching User-Agent, and a
proxy on the same exit IP, then make your own request with all three and the page loads. The
proxy does no TLS interception, so RaptorWayz never sees your traffic.
This repo contains only the thin, open-source clients. The solving service itself is hosted at raptorwayz.com. Get an API key (5 free solves) there.
Why
requests/httpx/axios can't pass a Cloudflare challenge on their own. Cloudflare wants a real
browser to run JS and set cf_clearance, and that cookie is bound to {exit IP + User-Agent + TLS fingerprint}. RaptorWayz solves it on a real browser and hands you a working cookie + the matching UA +
a proxy on the right IP. Use all three together and your scraper stops getting 403s.
Packages
| Language | Package | Install |
|---|---|---|
| Python | raptorwayz (PyPI) | pip install raptorwayz |
| Node.js | raptorwayz (npm) | npm install raptorwayz |
| MCP (AI agents) | raptorwayz-mcp (npm) | for Claude/any MCP client |
Quickstart (Python)
import requests
from raptorwayz import RaptorWayz
rw = RaptorWayz("bk_your_api_key") # get one at https://raptorwayz.com
c = rw.solve("example.com")
resp = requests.get(
"https://example.com/",
headers=c.headers, # matching User-Agent
cookies=c.cookies, # cf_clearance
proxies=c.proxies, # exit IP the cookie is bound to
)
print(resp.status_code) # 200
Links
- Website: https://raptorwayz.com
- API docs: https://raptorwayz.com/docs
- OpenAPI spec: https://raptorwayz.com/openapi.json
- Guides: https://raptorwayz.com/guides
License
MIT. See LICENSE. (The clients are MIT; the hosted service is proprietary.)
Установка Raptorwayz
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/raptorofficer/raptorwayzFAQ
Raptorwayz MCP бесплатный?
Да, Raptorwayz MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Raptorwayz?
Нет, Raptorwayz работает без API-ключей и переменных окружения.
Raptorwayz — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Raptorwayz в Claude Desktop, Claude Code или Cursor?
Открой Raptorwayz на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
автор: GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Raptorwayz with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
