Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

FINOPTIMA

NPM · FINOPTIMA · SCANNED AUG 3

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

Available components

+24 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 149 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2777 tokens (~79/item across 35 items; 35 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · finoptima

# add to Claude Code
claude mcp add com-toutcreer-finoptima -- npx -y finoptima
# add to Codex CLI
codex mcp add com-toutcreer-finoptima -- npx -y finoptima
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-toutcreer-finoptima": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "finoptima"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-toutcreer-finoptima --command npx --arg -y --arg finoptima
# ~/.hermes/config.yaml
mcp_servers:
  com-toutcreer-finoptima:
    command: "npx"
    args: ["-y", "finoptima"]
// mcp.json
{
  "mcpServers": {
    "com-toutcreer-finoptima": {
      "command": "npx",
      "args": [
        "-y",
        "finoptima"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +63
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 35 exposed · ~2,009 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
activate_strategy ~45

Activate a draft or paused strategy. Creates default policy rules if none exist and takes a start-of-day PnL snapshot.

NameTypeReqDescription
strategy_idstringyesStrategy UUID to activate

No output schema declared.

No examples provided.

add_liquidity ~77

Add liquidity to an AMM pool. You must provide both tokens in the correct ratio. Mints LP tokens in return.

NameTypeReqDescription
amount_anumberyesAmount of token A to deposit
amount_bnumberyesAmount of token B to deposit
pool_idstringyesPool UUID to add liquidity to

No output schema declared.

No examples provided.

cancel_order ~32

Cancel an open trading order by its ID.

NameTypeReqDescription
order_idstringyesThe UUID of the order to cancel

No output schema declared.

No examples provided.

create_intent ~149

Create a trading intent with policy validation. Returns canonical_display (human-readable JSON) and intent_hash (SHA256) for approval verification. Auto-approved if amount < 0.01 BTC, otherwise awaits manual approval (30min TTL).

NameTypeReqDescription
actionstringyesTrading action
paramsobjectyesAction parameters. Swap: {token_in, token_out, amount_in, max_slippage_bps}. Liquidity: {pool_id, amount_a, amount_b}. Order: {pair_id, side, type, amount, price}.
reasoningstringWhy this trade (shown to user for approval)
strategy_idstringOptional: link to a strategy

No output schema declared.

No examples provided.

create_strategy ~168

Create a new trading strategy (starts as draft). Types: lp_yield (LP optimization), dca (Dollar Cost Average), btc_hedge (BTC downside protection). Mode: auto (execute automatically) or watch (manual approval for all intents).

NameTypeReqDescription
descriptionstringOptional description
modestringExecution mode
namestringyesStrategy name (e.g. "Daily BTC DCA")
parametersobjectyesStrategy parameters. DCA: {token_to_buy, spend_token, amount_per_interval, interval_hours, total_budget}. BTC Hedge: {btc_drop_threshold_percent, conversion_step_percent, cooldown_hours}. LP Yield: {…
typestringyesStrategy type

No output schema declared.

No examples provided.

execute_swap ~83

Execute an AMM swap. Swaps tokens through a liquidity pool with 0.3% fee. Returns the executed swap details.

NameTypeReqDescription
amount_innumberyesAmount of input token
min_amount_outnumberMinimum acceptable output (slippage protection)
token_instringyesInput token
token_outstringyesOutput token

No output schema declared.

No examples provided.

follow_strategy ~96

Start copy trading a public strategy. Creates a shadow strategy that mirrors the provider's trades with optional scaling. Requires pilot+ plan.

NameTypeReqDescription
max_trade_btcnumberMaximum trade size in BTC (default 0.01)
scale_factornumberTrade size multiplier (0.1-2.0, default 1.0)
strategy_idstringyesThe UUID of the public strategy to follow

No output schema declared.

No examples provided.

get_balance ~39

Get balance for a specific chain (ECO, BTC, or ETH).

NameTypeReqDescription
chainstringyesChain name: ECO, BTC, or ETH

No output schema declared.

No examples provided.

get_balances ~33

Get all wallet balances for the user (ECO, BTC, ETH). Returns chain, balance, and formatted values.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_candles ~90

Get OHLCV candlestick data for technical analysis. Intervals: 1m, 5m, 15m, 1h, 4h, 1d, 1w.

NameTypeReqDescription
intervalstringCandle interval
limitnumberNumber of candles (default 100, max 500)
pair_idstringyesTrading pair ID

No output schema declared.

No examples provided.

get_leaderboard ~49

Get top performing public strategies. Returns strategy name, type, total return, max drawdown, follower count, and provider name.

NameTypeReqDescription
limitnumberMax results (default 50)

No output schema declared.

No examples provided.

get_lp_positions ~27

Get all LP (Liquidity Provider) positions for the user, showing share of each pool.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_my_orders ~38

Get all open orders for the user, optionally filtered by status.

NameTypeReqDescription
statusstringFilter by status: open, filled, cancelled

No output schema declared.

No examples provided.

get_orderbook ~42

Get the order book (bids and asks) for a trading pair.

NameTypeReqDescription
pair_idstringyesTrading pair ID (e.g., ECO-BTC)

No output schema declared.

No examples provided.

get_pool_details ~41

Get detailed information about a specific liquidity pool (reserves, constant product k, fee rate).

NameTypeReqDescription
pool_idstringyesThe UUID of the pool

No output schema declared.

No examples provided.

get_pools ~25

List all AMM liquidity pools with their reserves, fees, and TVL.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_portfolio ~23

Get complete portfolio view: all wallets plus LP positions in liquidity pools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_prices ~21

Get current BTC and ETH prices in EUR from CoinGecko.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_strategy ~40

Get detailed info about a trading strategy: parameters, rules, latest PnL snapshot, and recent intents.

NameTypeReqDescription
strategy_idstringyesStrategy UUID

No output schema declared.

No examples provided.

get_strategy_performance ~54

Get performance metrics for a trading strategy: total return, max drawdown, vs HODL benchmark, fees paid/earned, and PnL snapshots time-series.

NameTypeReqDescription
strategy_idstringyesStrategy UUID

No output schema declared.

No examples provided.

get_swap_quote ~79

Get a swap quote without executing. Shows expected output, price impact, and fees (0.3%).

NameTypeReqDescription
amount_innumberyesAmount of input token to swap
token_instringyesInput token (e.g., ECO, BTC)
token_outstringyesOutput token (e.g., BTC, ECO)

No output schema declared.

No examples provided.

get_templates ~32

List all active strategy templates in the marketplace. Returns template name, type, parameters, return, subscribers, and provider.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_ticker ~47

Get 24h trading statistics for a pair (price, volume, high, low, change).

NameTypeReqDescription
pair_idstringyesTrading pair ID (e.g., ECO-BTC)

No output schema declared.

No examples provided.

get_trade_history ~32

Get the trade execution history for the user.

NameTypeReqDescription
limitnumberNumber of trades (default 50)

No output schema declared.

No examples provided.

get_trading_pairs ~19

List all active trading pairs on the exchange.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_transaction_history ~54

Get transaction history (sends, receives, deposits, withdrawals).

NameTypeReqDescription
limitnumberNumber of transactions (default 50)
typestringFilter by type: send, receive, deposit, withdrawal

No output schema declared.

No examples provided.

list_intents ~63

List trading intents with optional filters. Shows status, canonical display, policy result, and execution result.

NameTypeReqDescription
limitnumberMax results (default 50)
statusstringFilter by status
strategy_idstringFilter by strategy

No output schema declared.

No examples provided.

list_strategies ~55

List all trading strategies for the user. Returns strategy name, type (lp_yield/dca/btc_hedge), status, mode, and PnL summary.

NameTypeReqDescription
statusstringFilter by status

No output schema declared.

No examples provided.

login ~87

Login to EcoChain via EcoAuth. Ask the user for their phone number first (e.g. +33612345678), then call this tool. The user will receive a push notification on their EcoAuth app and must approve it. This must be called before any other tool.

NameTypeReqDescription
phone_numberstringyesUser phone number in international format (e.g. +33612345678)

No output schema declared.

No examples provided.

pause_strategy ~43

Pause an active strategy. Cancels all pending/awaiting/approved intents. Can be resumed later with activate.

NameTypeReqDescription
strategy_idstringyesStrategy UUID to pause

No output schema declared.

No examples provided.

place_order ~91

Place a trading order (limit or market, buy or sell). Returns the created order.

NameTypeReqDescription
amountnumberyesAmount to trade (in base currency)
pair_idstringyesTrading pair ID (e.g., ECO-BTC)
pricenumberPrice per unit (required for limit orders)
sidestringyesOrder side
typestringyesOrder type

No output schema declared.

No examples provided.

remove_liquidity ~52

Remove liquidity from an AMM pool by burning LP tokens. Returns both tokens proportionally.

NameTypeReqDescription
lp_amountnumberyesAmount of LP tokens to burn
pool_idstringyesPool UUID

No output schema declared.

No examples provided.

send_funds ~92

Send funds to another user (by user ID or phone number). Internal transfer only — no blockchain fees.

NameTypeReqDescription
amountnumberyesAmount to send (in base units: cents for ECO, satoshis for BTC)
chainstringyesToken to send
notestringOptional note for the transfer
tostringyesRecipient user ID (UUID) or phone number

No output schema declared.

No examples provided.

subscribe_template ~48

Subscribe to a strategy template. Clones the template config into a new strategy for the user. Requires pilot+ plan.

NameTypeReqDescription
template_idstringyesThe UUID of the template to subscribe to

No output schema declared.

No examples provided.

unfollow_strategy ~43

Stop copy trading a strategy. Pauses the shadow strategy and removes the copy trading link.

NameTypeReqDescription
strategy_idstringyesThe UUID of the strategy to unfollow

No output schema declared.

No examples provided.