Skip to main content

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.0

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.

Installation

uvx (recommended)

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 with GET, read-only (markdown default)
send_http_request Sync POST / PUT / PATCH / DELETE through the same pipeline
scrape_async Async job, GET (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 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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finedata_mcp-0.3.0.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finedata_mcp-0.3.0-py3-none-any.whl (24.6 kB view details)

Uploaded Python 3

File details

Details for the file finedata_mcp-0.3.0.tar.gz.

File metadata

  • Download URL: finedata_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.3

File hashes

Hashes for finedata_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 efcae626d9c94ecac914a66551dc0e87fd8168c8e6df03f06aa5ba947278f47e
MD5 b62d8987f7156487de5998ff2b751c92
BLAKE2b-256 8b8f601fd860870263436da568606603d9b8851868474ef58ea22c5d7d2a11b0

See more details on using hashes here.

File details

Details for the file finedata_mcp-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: finedata_mcp-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 24.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.3

File hashes

Hashes for finedata_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a06a5e89bf449c78f7d5cfd74eeb6620bc918b61fe0594497dc8aa14074d3c41
MD5 25c4723078bf2ee3233916a37ae45ae3
BLAKE2b-256 0a3ba300fcec88b0073f2a97083e16d0292cc886e7ff0006d2176417177649b6

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.1

2 files

This release

0.3.0 This release

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page