Update Agents section#1455
Conversation
🟡 Heimdall Review Status
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
|
||
| ### Claude Desktop | ||
|
|
||
| <a href="https://claude.ai/customize/connectors?modal=add-custom-connector"> |
There was a problem hiding this comment.
suggest target="_blank" here to open configuration in a new tab
|
|
||
| ## 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. |
There was a problem hiding this comment.
| 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. | |
| The first time you use a wallet tool, your assistant will redirect you to `keys.coinbase.com` to connect your existing Base Account or to create one. Once authorized, all transactions still require individual approval at that same URL. |
| 4. Save. ChatGPT will prompt you to authorize when you first use a wallet tool. | ||
|
|
||
| <Note> | ||
| MCP connectors require a ChatGPT Plus or Pro plan. |
There was a problem hiding this comment.
is this true? I've been using it with my free plan
| </Tabs> | ||
|
|
||
| <Note> | ||
| **Other clients** — Any MCP client that supports remote HTTP (Streamable HTTP) servers works with `https://mcp.base.org`. See the [setup guide](/ai-agents/setup) for Zed, JetBrains, Le Chat (Mistral), Warp, and others. On mobile, the Claude connector above works in the iOS and Android apps. |
There was a problem hiding this comment.
this would be better as it's own tab IMO, removes unnecessary instruction for most ppl
| To install globally (available across all your projects): | ||
|
|
||
| ```bash Terminal | ||
| claude mcp add --transport http --scope user base-account https://mcp.base.org |
There was a problem hiding this comment.
should this be
claude mcp add --transport http --scope user base https://mcp.base.org
base-account -> base
| ```json .vscode/mcp.json | ||
| { | ||
| "servers": { | ||
| "base-account": { |
There was a problem hiding this comment.
| "base-account": { | |
| "base": { |
| ```json mcp_config.json | ||
| { | ||
| "mcpServers": { | ||
| "base-account": { |
There was a problem hiding this comment.
| "base-account": { | |
| "base": { |
| ## 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: | ||
|
|
||
| <Tabs> | ||
| <Tab title="Claude"> | ||
| ```json claude_desktop_config.json | ||
| { | ||
| "mcpServers": { | ||
| "base-account": { | ||
| "url": "https://mcp.base.org" | ||
| }, | ||
| "morpho": { | ||
| "url": "https://mcp.morpho.org/" | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
I think the moonwell skill would be better example for the first page. It's lower lift to go from setting up our MCP to a "magical" experience.
| ``` | ||
|
|
||
| Morpho prepares the transaction; your Base Account signs it. See [Morpho plugin →](/ai-agents/plugins/morpho) | ||
|
|
There was a problem hiding this comment.
call to action here to try skills
| <Card title="Alchemy Agentic Gateway" icon="database" href="/ai-agents/skills/trading/alchemy-agentic-gateway"> | ||
| Token balances, NFT metadata, portfolio data, and prices via x402 SIWE auth. | ||
| </Card> | ||
| For x402 payments (paying for API access per-request in stablecoins), use the CDP Agentic Wallet skill bundle: |
There was a problem hiding this comment.
base-mcp will support x402 payments as well
What changed? Why?
Update Agents section