Skip to main content

Documentation Index

Fetch the complete documentation index at: https://base-a060aa97-youssef-update-agents.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Connect mcp.base.org to your AI assistant, then send your first prompt.

Demo

Step 1 — Connect

Add to ClaudePaste https://mcp.base.org as the server URL and save. Works in Claude.ai (web, iOS, Android) and Claude Desktop.
Remote MCP integrations require a Claude Pro, Max, Team, or Enterprise plan.
Claude Desktop config file — if you prefer to configure manually, open Settings → Developer → Edit Config and add:
PlatformConfig path
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "base-account": {
      "url": "https://mcp.base.org"
    }
  }
}
Save and restart Claude Desktop. A wallet icon will appear in the toolbar when connected.
Other clients — Any MCP client that supports remote HTTP (Streamable HTTP) servers works with https://mcp.base.org. See the setup guide for Zed, JetBrains, Le Chat (Mistral), Warp, and others. On mobile, the Claude connector above works in the iOS and Android apps.

Step 2 — Authorize

The first time you use a wallet tool, your assistant will redirect you to keys.coinbase.com to connect your Base Account. You’ll need a Coinbase account. Once authorized, all transactions still require individual approval at that same URL.

Step 3 — Try it

Ask your assistant:
Show me my wallets
What's my USDC balance on Base?
Send 1 USDC to vitalik.base.eth
Every send, swap, or sign operation will give you an approval link. Open it, review the transaction, and confirm.

Add a plugin — Morpho lending

Morpho lets your assistant query vaults, check APYs, and execute lending operations on Base — then sign them through your Base Account. Add both MCPs to your config:
claude_desktop_config.json
{
  "mcpServers": {
    "base-account": {
      "url": "https://mcp.base.org"
    },
    "morpho": {
      "url": "https://mcp.morpho.org/"
    }
  }
}
Then try:
Find the best USDC vault on Base by APY and deposit 100 USDC
Morpho prepares the transaction; your Base Account signs it. See Morpho plugin →

Next steps

Guides

Step-by-step guides for sending, swapping, checking balance, and more.

Morpho plugin

Query vaults, check APYs, and execute lending operations on Base.

Setup guide

Detailed platform setup, auth flow, and approval mode explained.

Skills

Install the base-mcp skill for your coding assistant.