diff --git a/docs/agents/overview.mdx b/docs/agents/overview.mdx
index 2e54cf51f..e28050a4e 100644
--- a/docs/agents/overview.mdx
+++ b/docs/agents/overview.mdx
@@ -7,6 +7,10 @@ keywords: ["Base MCP", "AI agent wallet", "mcp.base.org", "AI assistant wallet",
import { WalletSetupDemo } from "/snippets/WalletSetupDemo.jsx"
+
+ Base MCP documentation now lives on [Coinbase Developer Docs](https://docs.cdp.coinbase.com/base-account/base-mcp/overview). This page redirects there.
+
+
Base MCP gives your AI assistant direct access to your [Base Account](/sdks/base-account/overview) (the smart wallet powering the Base App). Connect once and your assistant can check balances, send funds, swap tokens, sign messages, execute contract calls, and pay x402-enabled APIs across multiple networks. Every write action requires your approval.
diff --git a/docs/docs.json b/docs/docs.json
index 93b063f0d..18cd4f4db 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -850,6 +850,14 @@
]
},
"redirects": [
+ {
+ "source": "/sdks/base-account/:slug*",
+ "destination": "https://docs.cdp.coinbase.com/base-account/:slug*"
+ },
+ {
+ "source": "/agents/:slug*",
+ "destination": "https://docs.cdp.coinbase.com/base-account/base-mcp/:slug*"
+ },
{
"source": "/base-chain/network-information/bridging-and-withdrawals",
"destination": "/specifications/base-protocol/bridging/withdrawals"
@@ -868,7 +876,7 @@
},
{
"source": "/base-account",
- "destination": "/sdks/base-account/overview"
+ "destination": "https://docs.cdp.coinbase.com/base-account/overview"
},
{
"source": "/base-chain/flashblocks",
@@ -892,15 +900,15 @@
},
{
"source": "/agents",
- "destination": "/agents/overview"
+ "destination": "https://docs.cdp.coinbase.com/base-account/base-mcp/overview"
},
{
"source": "/agents/index",
- "destination": "/agents/overview"
+ "destination": "https://docs.cdp.coinbase.com/base-account/base-mcp/overview"
},
{
"source": "/sdks/coinbase-wallet",
- "destination": "/sdks/base-account/overview"
+ "destination": "https://docs.cdp.coinbase.com/base-account/overview"
},
{
"source": "/base-chain/network-information/native-account-abstraction",
diff --git a/docs/sdks/base-account/overview.mdx b/docs/sdks/base-account/overview.mdx
index 20ffbb8a4..d667e0d97 100644
--- a/docs/sdks/base-account/overview.mdx
+++ b/docs/sdks/base-account/overview.mdx
@@ -5,6 +5,10 @@ description: "Add universal sign-in and one-tap USDC payments to any app with th
keywords: ["Base Account SDK", "Sign in with Base", "Base Pay", "USDC payments SDK", "smart wallet SDK"]
---
+
+ Base Account SDK documentation now lives on [Coinbase Developer Docs](https://docs.cdp.coinbase.com/base-account/overview). This page redirects there.
+
+
The Base Account SDK connects your app to the onchain accounts that power the [Base App](https://base.app) — over one hundred thousand users with a passkey-backed [Smart Wallet](/sdks/base-account/reference/onchain-contracts/smart-wallet). Add sign-in and USDC payments in a few lines; users hold their own keys and you never touch private data or funds.