Using mcp-toolbox-sdk-python with googleapis.com

Python integration

✓ Official SDK
Install
pip install mcp-toolbox-sdk-python
Quick start
import mcp-toolbox-sdk-python

# Use an OAuth2 access token
client = mcp_toolbox_sdk_python.Client(access_token="YOUR_ACCESS_TOKEN")
Retrieves the authenticated user's list of accounts.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/accounts
Retrieves a list of the authenticated user's active creatives. A creative wil…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/creatives
Retrieves a list of billing information for all accounts of the authenticated…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/billinginfo
SDK on GitHub 📄 API Docs
SDK
mcp-toolbox-sdk-python
Python
API
googleapis.com
googleapis.com:adexchangebuyer
At a glance
Language Python
Endpoints38
Base URLhttps://www.googleapis.com/adexchangebuyer/v1.4
✓ Official