Skip to content

Update Agents section#1455

Open
youssefea wants to merge 5 commits into
masterfrom
youssef/update-agents
Open

Update Agents section#1455
youssefea wants to merge 5 commits into
masterfrom
youssef/update-agents

Conversation

@youssefea
Copy link
Copy Markdown
Contributor

What changed? Why?

Update Agents section

@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented May 15, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 15, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
base 🟢 Ready View Preview May 15, 2026, 12:24 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.


### Claude Desktop

<a href="https://claude.ai/customize/connectors?modal=add-custom-connector">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"base-account": {
"base": {

```json mcp_config.json
{
"mcpServers": {
"base-account": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"base-account": {
"base": {

Comment on lines +191 to +209
## 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/"
}
}
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

base-mcp will support x402 payments as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants