Skip to main content
Glama

FineData MCP Server

MCP (Model Context Protocol) server for FineData web scraping API.

Enables AI agents (Claude, Cursor, GPT, …) to scrape websites with:

  • Antibot bypass (Cloudflare, DataDome, PerimeterX, Akamai, …)

  • JavaScript rendering and browser actions

  • Captcha solving

  • Datacenter / ISP / residential / mobile proxies

  • Markdown output by default (LLM-optimized)

  • AI structured extraction

  • Local stdio or remote Streamable HTTP (+ OAuth 2.1)

Version: 0.2.1

Prefer the cheapest step that works. Do not start with residential.

  1. base (~3 tok with default TLS antibot)

  2. stealth_antibot + datacenter (~10)

  3. stealth_premium + use_isp (~25) — default for protected sites (60% on hard targets vs 13% on datacenter)

  4. stealth_premium_headful + use_isp (~34) — hardest challenges

  5. use_residential / use_mobile — geo and IP-sensitive sites only

  6. residential / mobile — geo / IP-sensitive only

Gateway may apply a domain strategy that overrides engine/proxy; trust tokens_used in the response.

See docs/mcp-escalation-ladder-2026-07-29.md.

Related MCP server: Thordata MCP Server

Installation

curl -LsSf https://astral.sh/uv/install.sh | sh
FINEDATA_API_KEY=fd_xxx uvx finedata-mcp

pip

pip install finedata-mcp
FINEDATA_API_KEY=fd_xxx finedata-mcp

npx

npx -y @finedata/mcp-server

Cursor

~/.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

FINEDATA_API_KEY

stdio: yes

API key

FINEDATA_API_URL

no

https://api.finedata.ai

API base

FINEDATA_TIMEOUT

no

180

HTTP client timeout (seconds)

FINEDATA_MCP_HOST

HTTP

0.0.0.0

Bind host

FINEDATA_MCP_PORT

HTTP

8080

Bind port

FINEDATA_OAUTH_ISSUER

remote OAuth

AS URL (gateway)

FINEDATA_MCP_RESOURCE_URL

remote OAuth

Public MCP URL

FINEDATA_JWT_SECRET

remote OAuth

Verify aud=mcp JWTs

Tools

Tool

Purpose

scrape_url

Sync scrape (markdown default)

scrape_async

Async job (formats=['markdown'] default)

get_job_status

Poll job (markdown, not raw HTML)

cancel_job

Cancel job

list_jobs

List jobs

batch_scrape

Up to 100 URLs (string or {url,...} objects)

get_batch_status

Batch progress

get_usage

Period usage via api_tokens_used

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 8080

Health: GET /health. Protected resource metadata: GET /.well-known/oauth-protected-resource.

Support

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    A
    maintenance
    Enables 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.
    Last updated
    1,561
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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.
    Last updated
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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