What is the FinData MCP MCP server?
Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call.
How to install FinData MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
EVM_PRIVATE_KEYrequiredsecretEVM wallet private key (hex, with or without 0x prefix). Any EVM wallet with USDC on Base mainnet. Used for x402 micropayments ($0.01/call).
FINDATA_BACKEND_URLOverride the default backend URL. Defaults to https://findata-mcp-production-1cd3.up.railway.app
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<YOUR_FINDATA_BACKEND_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<YOUR_FINDATA_BACKEND_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<YOUR_FINDATA_BACKEND_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"findata-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<YOUR_FINDATA_BACKEND_URL>"
}
}
}
}Claude Code
claude mcp add findata-mcp --env EVM_PRIVATE_KEY=<YOUR_EVM_PRIVATE_KEY> --env FINDATA_BACKEND_URL=<YOUR_FINDATA_BACKEND_URL> -- uvx findata-mcpRelated MCP servers
Synthesize GitHub Issues, HN and App Store reviews into ranked pain clusters. Pay-per-call x402.
View repository →Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
View repository →