diff --git a/docs/ai-agents/plugins/native/aerodrome.mdx b/docs/ai-agents/plugins/native/aerodrome.mdx index 6f1e9993c..162801ecf 100644 --- a/docs/ai-agents/plugins/native/aerodrome.mdx +++ b/docs/ai-agents/plugins/native/aerodrome.mdx @@ -38,6 +38,6 @@ The public `https://mainnet.base.org` RPC enforces a 10-call-per-batch limit and ## Reference - + Setup, RPC compatibility patches, calldata-bridge code, swap/LP orchestration patterns, and what works vs. what doesn't on the public RPC. diff --git a/docs/ai-agents/plugins/native/avantis.mdx b/docs/ai-agents/plugins/native/avantis.mdx index f43efcf1b..7075a3494 100644 --- a/docs/ai-agents/plugins/native/avantis.mdx +++ b/docs/ai-agents/plugins/native/avantis.mdx @@ -59,6 +59,6 @@ No additional MCP server is required. View-only Avantis APIs are reached through ## Reference - + Endpoint inventory, parameters, unit/scaling rules, batching guidance, chat-only UI fallback, and error handling. diff --git a/docs/ai-agents/plugins/native/bankr.mdx b/docs/ai-agents/plugins/native/bankr.mdx index 974269c96..7addb3b52 100644 --- a/docs/ai-agents/plugins/native/bankr.mdx +++ b/docs/ai-agents/plugins/native/bankr.mdx @@ -38,6 +38,6 @@ The Bankr feed is unfiltered. Listed tokens are not vetted, audited, or endorsed ## Reference - + API response shape, orchestration steps, symbol-collision and adversarial-metadata safety notes for new launches. diff --git a/docs/ai-agents/plugins/native/index.mdx b/docs/ai-agents/plugins/native/index.mdx index 3fc32c3a1..38b22fb4a 100644 --- a/docs/ai-agents/plugins/native/index.mdx +++ b/docs/ai-agents/plugins/native/index.mdx @@ -14,7 +14,7 @@ keywords: ] --- -Seven plugins ship in the Base MCP skill — Morpho, Moonwell, Uniswap, Avantis, Aerodrome, Virtuals, and Bankr. They're authored by the Base team in partnership with the protocol teams and live alongside `SKILL.md` in [`github.com/base/skills`](https://github.com/base/skills/tree/main/skills/base-mcp/plugins). The assistant loads each spec on demand when a relevant request comes in. +Seven plugins ship in the Base MCP skill — Morpho, Moonwell, Uniswap, Avantis, Aerodrome, Virtuals, and Bankr. They're authored by the Base team in partnership with the protocol teams and live alongside `SKILL.md` in [`github.com/base/skills`](https://github.com/base/skills/tree/master/skills/base-mcp/plugins). The assistant loads each spec on demand when a relevant request comes in. Most transaction plugins follow the prepare → `send_calls` pattern described in the [Overview](/ai-agents/plugins). Bankr uses Base MCP's `swap` tool for the purchase, and Virtuals uses Base MCP's `sign` tool only for SIWE login before continuing with a Virtuals session token. The plugin spec is the single source of truth; the cards below are pointers, not duplicates. diff --git a/docs/ai-agents/plugins/native/moonwell.mdx b/docs/ai-agents/plugins/native/moonwell.mdx index 13cf3c184..029b7d750 100644 --- a/docs/ai-agents/plugins/native/moonwell.mdx +++ b/docs/ai-agents/plugins/native/moonwell.mdx @@ -34,6 +34,6 @@ The Moonwell API returns an ordered `transactions[]` array — `approve`, `enter ## Reference - + Endpoint inventory, response shapes, mToken notes, and health factor guide. diff --git a/docs/ai-agents/plugins/native/morpho.mdx b/docs/ai-agents/plugins/native/morpho.mdx index 1d23b265d..f5494d0cf 100644 --- a/docs/ai-agents/plugins/native/morpho.mdx +++ b/docs/ai-agents/plugins/native/morpho.mdx @@ -47,6 +47,6 @@ In chat-only harnesses, use Morpho MCP tools for the same vault/market reads and ## Reference - + Environment detection, CLI and MCP paths, response shapes, safety checks, and orchestration details. diff --git a/docs/ai-agents/plugins/native/uniswap.mdx b/docs/ai-agents/plugins/native/uniswap.mdx index f857f06d5..11ee30765 100644 --- a/docs/ai-agents/plugins/native/uniswap.mdx +++ b/docs/ai-agents/plugins/native/uniswap.mdx @@ -34,6 +34,6 @@ Swap flow is three calls — `/check_approval`, `/quote`, `/swap` — batched in ## Reference - + Endpoint inventory, headers, response shapes, and orchestration for swap and LP flows. diff --git a/docs/ai-agents/plugins/native/virtuals.mdx b/docs/ai-agents/plugins/native/virtuals.mdx index 69081b139..66fb5827f 100644 --- a/docs/ai-agents/plugins/native/virtuals.mdx +++ b/docs/ai-agents/plugins/native/virtuals.mdx @@ -57,6 +57,6 @@ claude mcp add virtuals --transport http https://mcp.acp.virtuals.io/ ## Reference - + Step-by-step SIWE auth flow, troubleshooting for the six common signature-verification failure modes, and orchestration recipes for agent / card / email operations.