
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@finedata/mcp-server
Advanced tools
MCP Server for FineData web scraping API - enables AI agents to scrape any website with antibot bypass
MCP Server for FineData web scraping API.
This is a Node.js wrapper that launches the Python MCP server.
# Set your API key and run
FINEDATA_API_KEY=fd_xxx npx -y @finedata/mcp-server
Step 1: Create or edit MCP config file:
macOS/Linux:
mkdir -p ~/.cursor && nano ~/.cursor/mcp.json
Windows: Edit %USERPROFILE%\.cursor\mcp.json
Step 2: Add FineData server (using uvx - recommended):
{
"mcpServers": {
"finedata": {
"command": "uvx",
"args": ["finedata-mcp"],
"env": {
"FINEDATA_API_KEY": "fd_your_api_key"
}
}
}
}
Step 3: Restart Cursor
Step 4: Test it by asking:
"Scrape https://example.com and show me the title"
{
"mcpServers": {
"finedata": {
"command": "npx",
"args": ["-y", "@finedata/mcp-server"],
"env": {
"FINEDATA_API_KEY": "fd_your_api_key"
}
}
}
}
Step 1: Open config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonStep 2: Add MCP server:
{
"mcpServers": {
"finedata": {
"command": "uvx",
"args": ["finedata-mcp"],
"env": {
"FINEDATA_API_KEY": "fd_your_api_key"
}
}
}
}
Step 3: Restart Claude Desktop
curl -LsSf https://astral.sh/uv/install.sh | sh
uv provides uvx which runs Python tools in isolated environments automatically.
| Tool | Description |
|---|---|
scrape_url | Sync scraping with antibot, JS render, captcha |
scrape_async | Async scraping, returns job_id |
get_job_status | Check async job status |
batch_scrape | Batch scrape up to 100 URLs |
get_usage | Current token usage |
Install uv and use uvx config instead:
curl -LsSf https://astral.sh/uv/install.sh | sh
Use uvx instead of npx:
{
"command": "uvx",
"args": ["finedata-mcp"]
}
~/.cursor/mcp.json is valid JSONSign up at finedata.ai to get your API key and free trial tokens.
Full documentation: https://docs.finedata.ai
https://github.com/quality-network/finedata-mcp/issues
MIT
FAQs
MCP Server for FineData web scraping API — fetch pages that need a full browser and return markdown or JSON for AI agents
The npm package @finedata/mcp-server receives a total of 32 weekly downloads. As such, @finedata/mcp-server popularity was classified as not popular.
We found that @finedata/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.