Skip to main content
Glama

Server Details

Coinbase - 20 tools for market data, order books, and trading pairs

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 20 tool updates
    • First observeddelete_accounts_account_id
    • First observeddelete_accounts_account_id_transactions_transaction_id
    • First observedget_accounts
    • First observedget_accounts_account_id
    • First observedget_accounts_account_id_addresses
    • First observedget_accounts_account_id_addresses_address_id
    • First observedget_accounts_account_id_addresses_address_id_transactions
    • First observedget_accounts_account_id_primary
    • First observedget_accounts_account_id_transactions
    • First observedget_accounts_account_id_transactions_transaction_id
    • First observedget_user
    • First observedget_user_auth
    • First observedget_users_user_id
    • First observedpost_accounts
    • First observedpost_accounts_account_id_addresses
    • First observedpost_accounts_account_id_transactions
    • First observedpost_accounts_account_id_transactions_transaction_id_complete
    • First observedpost_accounts_account_id_transactions_transaction_id_resend
    • First observedput_accounts_account_id
    • First observedput_user

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents with access to real-time cryptocurrency data from Coinbase's public API, including prices, market statistics, historical data, and technical analysis, plus simulated wallet transactions for educational purposes.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Live market data for AI agents. 8 tools: real-time crypto prices, OHLCV candles, order books, market cap rankings, trending coins, technical analysis (RSI/SMA/z-score), asset comparison, and Fear & Greed index. Zero API keys, zero dependencies.
    8
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation4/5

The tools are generally well-differentiated by resource and action, with clear purposes like listing, creating, updating, or deleting specific entities. However, some ambiguity exists between 'delete_accounts_account_id' (delete account) and 'delete_accounts_account_id_transactions_transaction_id' (cancel money request), as both involve deletion but target different resources, which could cause confusion without careful reading of descriptions.

Naming Consistency5/5

The naming follows a highly consistent pattern throughout, using HTTP method prefixes (get, post, put, delete) combined with resource paths in a structured, hierarchical format (e.g., get_accounts, post_accounts_account_id_addresses). This consistency makes it easy to predict tool functions and relationships, with no deviations in style.

Tool Count4/5

With 20 tools, the count is on the higher side but reasonable for a comprehensive cryptocurrency exchange API covering accounts, addresses, transactions, and users. It feels slightly heavy but not excessive, as each tool serves a distinct CRUD or operational purpose within the domain.

Completeness5/5

The tool set provides complete CRUD and lifecycle coverage for the core domain of cryptocurrency account management. It includes operations for accounts (list, get, create, update, delete), addresses (list, get, create), transactions (list, get, send/request, complete, resend, cancel), and users (get, update), with no obvious gaps that would hinder agent workflows.

Resources