
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@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://finedata.ai/docs
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 72 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.