mcpserver.lol
registry/ava
Connection check verified live · 26h ago

ava

Coding agents run multi-leg cross-chain DeFi. Legs re-derived from your sentence before signing.

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

15 tools

Read from the running server on 26h ago.

ava_agent_record userIdagentInstanceId*
Read an agent's track record before delegating capital to it. Returns mandates held, executions attempted, refusals by typed code, and receipts with their proof standing. Distingui…
ava_approve_execute modeportal*userId*executionId*previewHash
Human-in-the-loop approve: the one call that actually settles a plan from ava_copilot_turn. It is gated by the bound mandate's status and constraints and by server-side policy limi…
ava_copilot_turn modeportaluserIdagentIdmessage*agentCredential
Natural-language copilot turn: message → intent → plan → testnet quote. Example: Swap 10 USDC to SUI on sui with 50 bps slip. Returns actions with approve_execute + executionId. Op…
ava_create_agent labelportal*userId*agentId*
Register an agent instance under userId, before it has a wallet or a mandate. Mode A (multi-agent): agentId=byo-external + label (e.g. claude-workspace, cursor-arb) for a coding ag…
ava_create_mandate nameportal*userIdcapitalmessageobjective +3
Create a capital mandate: the objective, capital and constraints an agent is allowed to act under, optionally scoped to an agentInstanceId. Example: "Earn on 500 USDC on Base, max…
ava_eval_mandate snapshotmandateId*
Read-only: check a mandate's exit conditions against a market snapshot and record the result. Omit snapshot to pull a live CoinGecko price for the condition asset. Never executes a…
ava_get_receipt userIdexecutionId*
Retrieve the receipt for a prior ava_approve_execute by executionId, the loop's final step. Returns the stored receipt plus its honest proof.standing: none (nothing submitted), unc…
ava_lend_execute opvenueamountportaluserId*mandateId* +2
Execute a REAL lend against one of your mandates. Routes Ava has already settled a mainnet transaction on: Morpho Blue on Base, and Aave v3 on Monad, BNB Chain and Avalanche. Aave…
ava_list_mandates portalstatususerId*agentInstanceId
List capital mandates for a userId (optional filter by agentInstanceId).
ava_plan_standing userId*message*minGainBps
Turn a request for REPEATED autonomous action into an envelope of bounds the user signs once. Use this instead of ava_plan_workflow when the request describes a cadence: "every hou…
ava_plan_workflow userId*message*
Turn ONE natural-language DeFi request into the dependent actions it actually contains, across one chain or several. Example: "Supply 300 USDC to Morpho on Base, bridge no more tha…
ava_portfolio portaluserId*
Simulated testnet portfolio for a userId (same data as GET /v1/portfolio): seeded balances, fills, optional portal. Requires userId. Does not invent live chain balances.
ava_preview_tx portal*userId*executionId*
Pre-sign preview: build the exact venue artifact (CoW EIP-712 order or unsigned Solana transaction) for a pending plan against the provisioned Turnkey wallet, simulate it where sup…
ava_provision_wallet family*userId*
Provision a Turnkey-custodied wallet address for this userId, scoped to one chain family (evm | solana | sui). Requires ava_session first. Returns the address for funding and later…
ava_session userIddisplayName
Create or resume a human/org identity (userId), the first call in the loop. One human can own many agent instances (Claude + Cursor + OpenClaw + Ava-hosted). Moves no money and pro…