AgentHubAgentHub

FINOPTIMA

MCP ServerMCP Registry官方收录

com.toutcreer/finoptima · v1.3.1

AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools.

概览

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

安装

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

{
  "mcpServers": {
    "finoptima": {
      "command": "npx",
      "args": [
        "-y",
        "finoptima"
      ]
    }
  }
}

环境变量

ECOCHAIN_API_URL可选

EcoChain API endpoint (default: https://api.toutcreer.com)

ECOCHAIN_API_KEY可选secret

API key for autonomous agent authentication (format: eco_ak_...). Optional — alternative to EcoAuth 2FA login. Available on Pro and API subscription plans.

相关资源

统一 Manifest

{
  "id": "com.toutcreer/finoptima",
  "type": "mcp-server",
  "version": "1.3.1",
  "displayName": "FINOPTIMA",
  "description": "AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools.",
  "repository": {
    "url": "https://github.com/toutcreer/finoptima",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "finoptima",
        "version": "1.3.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ECOCHAIN_API_URL",
            "description": "EcoChain API endpoint (default: https://api.toutcreer.com)"
          },
          {
            "name": "ECOCHAIN_API_KEY",
            "description": "API key for autonomous agent authentication (format: eco_ak_...). Optional — alternative to EcoAuth 2FA login. Available on Pro and API subscription plans.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.toutcreer/finoptima",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.toutcreer%2Ffinoptima/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
FINOPTIMA — MCP Server 安装与配置 · AgentHub