What This Lets You Do
Coinbase for Agents, launched June 11, 2026, connects an AI agent like Claude directly to your Coinbase account so it can pull market data, reason about your portfolio, and place real crypto trades — all inside spend and risk limits you set. You connect with one login over MCP, or a CLI for terminal setups. No API keys to paste.
Coinbase is the largest US exchange to hand agents this kind of direct access, and the framing is the same one you have probably seen from Robinhood and Gemini this year: the agent does the reasoning and the execution, but only within a wallet and a set of rules you define. Spot and derivatives trading are live today. Stocks, index funds, prediction markets, and commodities are on the roadmap.
How Coinbase for Agents Works
Coinbase built this on top of its Coinbase Developer Platform (CDP). The platform exposes your account — balances, quotes, order placement, transfers — as tools an AI agent can call. Instead of you clicking through the app, you tell Claude what you want in plain language and it calls the right tool.
If you have read our MCP servers for AI trading guide, the pattern will be familiar. What is different here is scale: Coinbase already custodies crypto for tens of millions of users, so this is agent access to a mainstream, regulated venue rather than a niche API.
There are two ways to connect, and the right one depends on where you run Claude:
| Method | Best for | How it connects |
|---|---|---|
| MCP | Web harnesses — Claude Web, ChatGPT | One login, no API keys, no config |
| CDP CLI + Skill | Terminal setups — Claude Code, Codex, OpenClaw | Lower token overhead, local control, composable |
MCP is the fastest path if you use Claude in the browser. The CLI route fits if you already run Claude Code or OpenClaw and want the agent’s Coinbase access to sit alongside your other tools.
Prerequisites
- A Coinbase account with agent access enabled
- Claude Web (for the MCP route) or Claude Code / OpenClaw (for the CLI route)
- A small amount of crypto or cash you are willing to let an agent trade — start with money you would not miss
- A few minutes to actually read the permission and limit screens instead of clicking past them
Step 1: Enable Agent Access on Your Coinbase Account
Turn on agent access from your Coinbase account settings, then decide how much the agent can touch. Coinbase lets you cap how much an agent can spend, what level of risk it can take, and which trade types it can run. Set these before you connect anything.
Keep the first cap small. Fund the agent with an amount you would be fine losing entirely while you learn how it behaves. The spend limit is your main safety boundary, and it only protects you if you keep it modest at the start.
Step 2A: Connect Over MCP (Claude Web)
If you run Claude in the browser, MCP is the quickest route:
- In Claude, open the connectors or integrations settings.
- Add the Coinbase connector.
- Claude sends you to Coinbase to log in and approve.
- Approve the connection with the limits you set in Step 1.
That single login wires Claude to your account. There are no API keys to generate or store, which removes the most common way people leak access to a trading account.
Step 2B: Connect Over the CDP CLI (Claude Code, OpenClaw)
If you work in a terminal, use the CDP CLI plus the Coinbase Skill instead. It carries less token overhead than the MCP route and composes with the rest of your toolchain. The CDP CLI is a single unified interface to Coinbase Developer Platform APIs — trading, wallets, payments, and market data — built to be driven by an agent.
Install the CLI, authenticate once, and add the Skill so Claude Code knows how to call it. From there you drive it the same way as any other tool in your setup. The advantage over raw API code is that authentication and the API surface are handled for you; you are not hand-rolling request signing.
Step 3: Confirm the Link With a Read-Only Prompt
Before you let the agent trade, ask it something that only reads data. This proves the connection works without risking an order:
What is my Coinbase balance and buying power right now?
If it returns your account details, you are connected. Do this every time you set up a new environment — a read-only check is free and it catches a misconfigured connection before a live order does.
Step 4: Place Your First Trade
With the connection live and limits set, trade in plain language. Start small and explicit:
Buy $20 of ETH at market. Show me the order details before you place it.
Claude pulls a live quote, builds the order, and shows it to you. When you approve, it routes through Coinbase. Because you set limits in Step 1, an order that exceeds your spend cap or risk setting gets blocked before it fills, regardless of what the prompt said.
Read the order summary every time, especially the size and the pair. The agent is capable, but a sloppy prompt becomes a sloppy order if you wave it through.
A Sensible First Workflow
The strongest early use is not “let it trade on its own.” It is treating Claude as a research-plus-execution layer while you keep the decision:
- Ask Claude to summarize your Coinbase positions and unrealized P&L.
- Have it pull quotes and recent context on two or three assets you are watching.
- Ask for a sized order that respects a rule you set, like “no single position above 20% of the account.”
- Review, then approve or adjust.
This keeps you in charge of the call while the agent handles the tedious parts — quotes, math, formatting the order. If you want a version that runs on a schedule without you clicking, our managed agents scheduled trading guide covers cron-driven Claude agents.
Limits and Risks Worth Knowing
Your limits are the real guardrail. The spend cap, risk level, and allowed trade types you set in Step 1 are what stop a bad prompt from becoming a bad trade. Set them tight and loosen only after a workflow earns it.
No paper mode. Unlike Alpaca or a Bybit testnet, Coinbase for Agents trades real assets. The limits control how much, but every fill is live. That is why the “fund it small” rule matters more here than on venues with a sandbox.
Regulators are watching this space. Both the SEC and CFTC have warned about AI trading bot fraud. Coinbase is a regulated US exchange, which puts it on the right side of that line, but the warnings target the behavior of handing an agent unsupervised control of real money. Keep approvals on until you have watched the agent work.
The agent can be wrong. An LLM placing orders is still an LLM. It can misread a prompt, misjudge size, or act on stale context. Approval screens and spend limits exist for exactly this. Use them.
How This Compares to Other Agentic Venues
Coinbase is one of several platforms wiring agents into live accounts in 2026. The shape of each differs:
| Venue | Asset coverage | Sandbox | Best for |
|---|---|---|---|
| Coinbase for Agents | Crypto spot and derivatives (more coming) | Spend/risk limits, no paper mode | Crypto traders already on Coinbase |
| Robinhood Agentic | US equities (more coming) | Sandboxed sub-account, no paper mode | Retail traders on Robinhood |
| Gemini Agentic Trading | Crypto spot, regulated US | Paper mode available | Crypto traders wanting a paper sandbox |
| Alpaca MCP V2 | Stocks, ETFs, options, crypto | Full paper trading | Builders who want testable code-level control |
If you want a stock-side agent broker instead, see the Robinhood agentic trading setup. If a paper-trading sandbox matters to you before real money, Gemini Agentic Trading lets you rehearse first, and the Alpaca MCP tutorial is the better starting point for building a programmable bot.
FAQ
Do I need API keys? Not for the MCP route — a single login connects Claude, with no keys to generate or store. The CDP CLI route handles authentication for you too, so you are not hand-managing request signing.
Can the agent spend more than I want? Not if you set limits first. You cap how much it can spend, its risk level, and which trade types it can run. Orders that exceed those caps get blocked before they fill.
Does it work with Claude Code or only Claude Web? Both. Claude Web uses the MCP connector; Claude Code (and OpenClaw or Codex) uses the CDP CLI plus the Coinbase Skill, which carries lower token overhead.
What can it trade? Crypto spot and derivatives at launch. Coinbase has said stocks, index funds, prediction markets, and commodities are on the roadmap.
Bottom Line
Coinbase for Agents brings agent trading to the biggest US crypto exchange, and the limit-first design makes it reasonable to try. Enable agent access, set a small spend cap, connect Claude over MCP or the CDP CLI, and prove it out on tiny orders before you hand it more. If you are new to letting an agent trade at all, read AI Trading 101 first, then come back and wire it up.