💰

Coinbase Payments MCP MCP Server Pricing 2026

Updated June 2026

Complete pricing guide for the Coinbase Payments MCPMCP server — costs, free options, and what you'll pay.

Freemiumby Coinbase✓ OfficialLast checked July 15, 2026

💰 How Much Does Coinbase Payments MCP MCP Server Cost?

The MCP server is free and open-source. Coinbase: Free to create account. Trading fees vary by volume. Advanced Trade: 0.05%-0.60% maker/taker fees.

See official Coinbase Payments MCP pricing →

Is Coinbase Payments MCP MCP Server Free?

Yes, Coinbase Payments MCP MCP Server has free options

The Coinbase Payments MCP MCP server itself is free to install and use. The underlying Coinbase Payments MCP service offers a free tier that lets you get started without paying. Paid plans are available for additional features and higher usage limits.

Coinbase Payments MCP Cost Breakdown: Server vs Service

🆓

MCP Server (Always Free)

The Coinbase Payments MCP MCP server is the connector that lets your AI assistant (Claude, Cursor, VS Code, etc.) interact with Coinbase Payments MCP. This component is always free to install and use — it's just a bridge between your AI tool and the service.

💚

Coinbase Payments MCP Service (Freemium)

The MCP server is free and open-source. Coinbase: Free to create account. Trading fees vary by volume. Advanced Trade: 0.05%-0.60% maker/taker fees.

View official pricing →

How to Install Coinbase Payments MCP MCP Server

npm
npx @coinbase/payments-mcp

Compatible with: Claude Desktop, Cursor, VS Code, Windsurf, Cline

Frequently Asked Questions

Is Coinbase Payments MCP MCP Server free to use?

The Coinbase Payments MCP MCP server itself is free to install. The underlying Coinbase Payments MCP service offers a free tier with limited features, plus paid plans for additional capabilities.

How much does Coinbase Payments MCP MCP Server cost in 2026?

The MCP server is free and open-source. Coinbase: Free to create account. Trading fees vary by volume. Advanced Trade: 0.05%-0.60% maker/taker fees. The MCP server component is always free to install and configure with your AI assistant.

What are the best alternatives to Coinbase Payments MCP MCP Server?

There are several alternative MCP servers in the Finance category. Visit the Coinbase Payments MCP alternatives page on MyMCPTools to compare features, pricing, and compatibility with AI assistants like Claude, Cursor, and VS Code.

What's included in the Coinbase Payments MCP free tier?

The Coinbase Payments MCP free tier typically includes core functionality with usage limits. Check the official Coinbase Payments MCP website for the most up-to-date free tier details and limitations.

Does Coinbase Payments MCP work with Claude Desktop, Cursor, and VS Code?

Yes, the Coinbase Payments MCP MCP server is compatible with popular AI assistants and code editors that support the Model Context Protocol (MCP), including Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

Looking for Coinbase Payments MCP alternatives?

Compare similar MCP servers with different pricing and features.

View Alternatives →

Learn More

Quick Info

Pricing Model
Freemium
Install Type
npm
Author
Coinbase
Categories
💰 Finance
Official Pricing
View Pricing →

Related Servers

Stripe MCP ServerPaid

The Stripe MCP server is Stripe's official Model Context Protocol integration, giving AI assistants direct access to your Stripe account through natural-language interactions. Built and maintained by Stripe as part of the stripe/agent-toolkit repository, this server exposes payment infrastructure as callable MCP tools: create and retrieve customers, generate payment intents, list products and prices, manage subscriptions, query invoice history, and look up charge details — all from within Claude, Cursor, or any MCP-compatible AI client. The Stripe MCP server is designed for indie developers, fintech teams, and SaaS operators who want to query payment data, draft refund workflows, debug failed charges, or generate revenue reports without opening the Stripe Dashboard. Authentication requires a Stripe Secret Key (sk_live_... for production, sk_test_... for sandbox testing). Real-world workflows include asking Claude to summarize yesterday's failed payments, list customers whose subscriptions expire this week, generate subscription cohort breakdowns, or draft dunning email copy based on at-risk MRR segments — all grounded in live Stripe data. Install via npm as part of the agent-toolkit package. Works with Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

CoinGeckoFreemium

Official CoinGecko API MCP Server for Crypto Price & Market Data, across 200+ Blockchain Networks.

Plaid AI Coding ToolkitFreemium

Plaid's official AI Coding Toolkit ships a local sandbox MCP server (in `/sandbox`) that speeds up building Plaid integrations with AI coding assistants — it generates mock financial data, searches Plaid documentation, issues sandbox access tokens, and simulates webhooks, so a developer can test an integration end-to-end without touching real bank data. The repo also bundles product-specific `/rules` guides meant to be dropped into CLAUDE.md, AGENTS.md, or Cursor rules so an AI assistant has Plaid integration context automatically. It complements two other first-party Plaid AI tools referenced in the same repo: the Plaid CLI (terminal access to financial data) and the Plaid Dashboard MCP (runtime dashboard access, docs-hosted at plaid.com/docs/resources/mcp). For read-only personal-finance use cases spanning multiple providers, elcukro/bank-mcp is a community alternative that supports Plaid alongside Teller, Enable Banking, and Tink.

Shopify MCP ServerPaid

The Shopify MCP Server (GeLi2001/shopify-mcp) gives AI assistants full CRUD access to a Shopify store through the GraphQL Admin API, turning natural-language requests into store operations. It exposes tools across five areas: product management (create, update, delete products, variants, and options — 8 tools), customer management (lookups, merges, address management — 8 tools), order management (smart lookup, cancel, close/open, mark as paid, fulfillment, and refunds — 10 tools), metafields (get/set/delete on any resource), and inventory (set absolute quantities per location), plus tagging and cursor-based pagination with Shopify's native query syntax on every list endpoint. Authentication supports two paths: the modern Dev Dashboard flow (required for new apps created after January 2026), which uses OAuth client credentials that the server automatically exchanges and refreshes, or a legacy static shpat_ access token for existing custom apps. Install via `npx shopify-mcp` (package name shopify-mcp, published to npm) with either --clientId/--clientSecret or --accessToken/--domain flags passed in your MCP client config — no separate server process to manage. Typical use: ask Claude to "find all orders over $500 from the last week and tag the customers as VIP," and the server handles the GraphQL queries and mutations directly against the store's Admin API. Shopify itself also publishes an official shopify-dev-mcp for app/theme developers working against Shopify's documentation and APIs, which is a separate, docs-focused tool from this store-data server.

Financial Datasets MCP ServerFreemium

The official Financial Datasets MCP Server gives Claude and other AI assistants direct access to stock market and crypto data through the Financial Datasets API, so an assistant can pull real fundamentals and prices instead of relying on stale training data. It exposes ten tools: get_income_statements, get_balance_sheets, and get_cash_flow_statements for company financial statements; get_current_stock_price and get_historical_stock_prices for equity pricing; get_company_news for recent headlines; and get_available_crypto_tickers, get_current_crypto_price, get_crypto_prices, and get_historical_crypto_prices for crypto markets. It is a Python server built on the official `mcp[cli]` SDK plus httpx, requiring Python 3.10+ and the uv package manager. Setup is clone the repo, run `uv venv && uv add "mcp[cli]" httpx`, then supply a FINANCIAL_DATASETS_API_KEY in a .env file before pointing Claude Desktop's config at `uv run server.py` with the project's absolute path. Once connected, an assistant can answer questions like "what are Apple's recent income statements" or "get historical prices for MSFT from 2024-01-01 to 2024-12-31" using live data rather than guessing.

Alpha VantageFreemium

Connect to 100+ APIs for financial market data from Alpha Vantage.