← Back to Plugins
MCP Server MCP

FinData MCP

github By github 👁 1 views ▲ 0 votes

Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call.

Homepage Verified source GitHub

Install

uvx findata-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "findata-mcp",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "EVM wallet private key (hex, with or without 0x prefix). Any EVM wallet with USDC on Base mainnet. Used for x402 micropayments ($0.01/call).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EVM_PRIVATE_KEY"
        },
        {
          "description": "Override the default backend URL. Defaults to https://findata-mcp-production-1cd3.up.railway.app",
          "format": "string",
          "name": "FINDATA_BACKEND_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...