FineData MCP Server
The FineData MCP Server enables AI agents to scrape websites with advanced antibot bypass, JavaScript rendering, captcha solving, and proxy rotation.
Core Features:
Scrape protected websites using antibot bypass for Cloudflare, DataDome, PerimeterX with TLS fingerprinting and Undetected Chrome mode
Render JavaScript pages with Playwright for SPAs (React, Vue, Angular) using configurable wait strategies (networkidle, load, domcontentloaded, CSS selectors)
Automatically solve captchas including reCAPTCHA, hCaptcha, Cloudflare Turnstile, and Yandex SmartCaptcha
Rotate through 87K+ proxies (datacenter, residential, mobile) with sticky sessions for authentication flows
Batch scrape up to 100 URLs simultaneously with parallel processing
Submit async scraping jobs for long-running requests (>60 seconds) with status tracking and webhook callbacks
Management:
Monitor API usage and token consumption
Configure timeouts (5-300 seconds) and custom wait strategies
Track job status for async operations with smart retry logic and block detection
Integrate with AI tools like Claude Desktop, Cursor IDE, and GPT through MCP protocol
Enables bypassing Cloudflare antibot protections and solving Cloudflare Turnstile captchas to facilitate seamless web scraping of protected websites.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FineData MCP Serverscrape https://example.com with javascript rendering and antibot bypass"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FineData MCP Server
MCP (Model Context Protocol) server for FineData web scraping API.
Enables AI agents (Claude, Cursor, GPT, …) to fetch pages that need a full browser and return clean data:
JavaScript rendering and browser actions
Captcha solving
Datacenter / ISP / residential / mobile proxies
Markdown or JSON output (markdown by default)
AI structured extraction
Local stdio or remote Streamable HTTP (+ OAuth 2.1)
Version: 0.3.1
Modes
Start with a plain request. Stealth and proxy modes are available when a page
needs a full browser; they consume more tokens than a plain request. Exact
rates are in the documentation and via get_usage. Gateway may apply a domain
strategy that overrides the requested engine or proxy; trust tokens_used in
the response.
Related MCP server: Thordata MCP Server
Installation
uvx (recommended)
curl -LsSf https://astral.sh/uv/install.sh | sh
FINEDATA_API_KEY=fd_xxx uvx finedata-mcppip
pip install finedata-mcp
FINEDATA_API_KEY=fd_xxx finedata-mcpnpx
npx -y @finedata/mcp-serverCursor
~/.cursor/mcp.json (Windows: %USERPROFILE%\.cursor\mcp.json):
{
"mcpServers": {
"finedata": {
"command": "uvx",
"args": ["finedata-mcp"],
"env": {
"FINEDATA_API_KEY": "fd_your_api_key_here"
}
}
}
}Cursor deeplink (after publishing): install via MCP directory / “Add to Cursor”.
Remote (Streamable HTTP)
{
"mcpServers": {
"finedata": {
"url": "https://mcp.finedata.ai/mcp",
"headers": {
"Authorization": "Bearer fd_your_api_key_here"
}
}
}
}OAuth 2.1 (Claude.ai / ChatGPT connectors): register via AS at https://api.finedata.ai, consent in the cabinet, then use the access token as Bearer.
Environment
Variable | Required | Default | Description |
| stdio: yes | — | API key |
| no |
| API base |
| no |
| HTTP client timeout (seconds) |
| HTTP |
| Bind host |
| HTTP |
| Bind port |
| remote OAuth | — | AS URL (gateway) |
| remote OAuth | — | Public MCP URL |
| remote OAuth | — | Verify |
Tools
Tool | Purpose |
| Sync scrape with GET, read-only (markdown default) |
| Sync POST / PUT / PATCH / DELETE through the same pipeline |
| Async job, GET ( |
| Poll job (markdown, not raw HTML) |
| Cancel job |
| List jobs |
| Up to 100 URLs (string or |
| Batch progress |
| Period usage via |
Notable parameters: use_antibot, proxy_country, proxy_sticky, proxy_profile_id, auto_retry, stealth modes, formats, only_main_content, extract_*.
Async/batch: no csv/xlsx formats (sync only).
HTTP transport
finedata-mcp --transport http --host 0.0.0.0 --port 8080Health: GET /health. Protected resource metadata is served at the path-scoped
URL for the endpoint — GET /.well-known/oauth-protected-resource/mcp — because
FINEDATA_MCP_RESOURCE_URL carries the /mcp path. Clients normally find it
from the WWW-Authenticate header on a 401 rather than guessing.
Support
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI agents to perform undetectable browser automation that bypasses Cloudflare, antibots, and social media blocks. Provides 105 tools for element extraction, network debugging, and real-world web scraping with a 98.7% success rate on protected sites.1,589MIT
- Alicense-quality-maintenanceEnables AI models to scrape and extract structured data from any website globally using a 195+ country proxy network with JavaScript rendering, anti-bot bypass, and output in Markdown, HTML, or Links format.

ScrapeLab MCPofficial
Alicense-qualityDmaintenanceEnables undetectable web scraping and browser automation for AI agents with 84 tools including stealth navigation, element extraction, network interception, and auto cookie consent dismissal. Bypasses anti-bot systems like Cloudflare and DataDome while providing LLM-ready markdown output and full Chrome DevTools Protocol access.MIT- AlicenseAqualityFmaintenanceEnables AI agents to crawl, scrape, search, and automate browsers with anti-bot bypass, providing fast web access via 22 tools.22433MIT
Related MCP Connectors
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quality-network/finedata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server