Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/aerodrome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ The public `https://mainnet.base.org` RPC enforces a 10-call-per-batch limit and

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/aerodrome.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/aerodrome.md">
Setup, RPC compatibility patches, calldata-bridge code, swap/LP orchestration patterns, and what works vs. what doesn't on the public RPC.
</Card>
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/avantis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ No additional MCP server is required. View-only Avantis APIs are reached through

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/avantis.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/avantis.md">
Endpoint inventory, parameters, unit/scaling rules, batching guidance, chat-only UI fallback, and error handling.
</Card>
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/bankr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ The Bankr feed is unfiltered. Listed tokens are not vetted, audited, or endorsed

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/bankr.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/bankr.md">
API response shape, orchestration steps, symbol-collision and adversarial-metadata safety notes for new launches.
</Card>
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/moonwell.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ The Moonwell API returns an ordered `transactions[]` array — `approve`, `enter

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/moonwell.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/moonwell.md">
Endpoint inventory, response shapes, mToken notes, and health factor guide.
</Card>
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/morpho.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ In chat-only harnesses, use Morpho MCP tools for the same vault/market reads and

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/morpho.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/morpho.md">
Environment detection, CLI and MCP paths, response shapes, safety checks, and orchestration details.
</Card>
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/uniswap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Swap flow is three calls — `/check_approval`, `/quote`, `/swap` — batched in

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/uniswap.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/uniswap.md">
Endpoint inventory, headers, response shapes, and orchestration for swap and LP flows.
</Card>
2 changes: 1 addition & 1 deletion docs/ai-agents/plugins/native/virtuals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ claude mcp add virtuals --transport http https://mcp.acp.virtuals.io/

## Reference

<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/main/skills/base-mcp/plugins/virtuals.md">
<Card title="Full plugin spec on GitHub" icon="github" href="https://github.com/base/skills/blob/master/skills/base-mcp/plugins/virtuals.md">
Step-by-step SIWE auth flow, troubleshooting for the six common signature-verification failure modes, and orchestration recipes for agent / card / email operations.
</Card>