AgentHubAgentHub

FinData MCP

MCP ServerMCP Registry官方收录

io.github.sapph1re/findata-mcp · v0.3.3

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

概览

FinData MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "findata-mcp": {
      "command": "uvx",
      "args": [
        "findata-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
      }
    }
  }
}

环境变量

EVM_PRIVATE_KEY必填secret

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).

FINDATA_BACKEND_URL可选

Override the default backend URL. Defaults to https://findata-mcp-production-1cd3.up.railway.app

相关资源

统一 Manifest

{
  "id": "io.github.sapph1re/findata-mcp",
  "type": "mcp-server",
  "version": "0.3.3",
  "displayName": "FinData MCP",
  "description": "Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call.",
  "repository": {
    "url": "https://github.com/sapph1re/findata-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "findata-mcp",
        "version": "0.3.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EVM_PRIVATE_KEY",
            "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,
            "isSecret": true
          },
          {
            "name": "FINDATA_BACKEND_URL",
            "description": "Override the default backend URL. Defaults to https://findata-mcp-production-1cd3.up.railway.app"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.sapph1re/findata-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sapph1re%2Ffindata-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
FinData MCP — MCP Server 安装与配置 · AgentHub