@finedata/mcp-server
v0.3.1
Published
MCP Server for FineData web scraping API — fetch pages that need a full browser and return markdown or JSON for AI agents
Maintainers
Readme
FineData MCP Server (NPM launcher)
Node.js launcher for the Python package finedata-mcp.
export FINEDATA_API_KEY=fd_xxx
npx -y @finedata/mcp-serverRequires Python 3.10+ and uv (recommended) or pipx. Works on macOS, Linux, and Windows.
Cursor
{
"mcpServers": {
"finedata": {
"command": "npx",
"args": ["-y", "@finedata/mcp-server"],
"env": {
"FINEDATA_API_KEY": "fd_your_api_key"
}
}
}
}Remote HTTP
Prefer the Python package with --transport http, or point Cursor at:
https://mcp.finedata.ai/mcp with Authorization: Bearer fd_…
Docs
Full tool list: https://pypi.org/project/finedata-mcp/
Version 0.3.1
