FINOPTIMA for Cursor
com.toutcreer/finoptima
AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools.
client:Cursor
transport:stdio
runtime:npm
Install FINOPTIMA in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"finoptima": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finoptima"
],
"env": {
"ECOCHAIN_API_URL": "<ECOCHAIN_API_URL>",
"ECOCHAIN_API_KEY": "<ECOCHAIN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs