Catalog
com.toutcreer/finoptima
OfficialFINOPTIMA
AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools.
AI trading agent with multi-pool AMM support, trading strategies, and copy trading marketplace.
README not available yet.
Install
Configuration
Environment variables
ECOCHAIN_API_URLEcoChain API endpoint (default: https://api.toutcreer.com)
ECOCHAIN_API_KEYsecretAPI key for autonomous agent authentication (format: eco_ak_...). Optional — alternative to EcoAuth 2FA login. Available on Pro and API subscription plans.
claude_desktop_config.json
{
"mcpServers": {
"finoptima": {
"command": "npx",
"args": [
"-y",
"finoptima@1.3.1"
],
"env": {
"ECOCHAIN_API_URL": "<YOUR_ECOCHAIN_API_URL>",
"ECOCHAIN_API_KEY": "<YOUR_ECOCHAIN_API_KEY>"
}
}
}
}