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

client = mcp_toolbox_sdk_python.Client("YOUR_API_KEY")
Used by partners to get a subscription by id. It should be called directly by…
curl \
  https://paymentsresellersubscription.googleapis.com/v1/{name}
To retrieve the products that can be resold by the partner. It should be aute…
curl \
  https://paymentsresellersubscription.googleapis.com/v1/{parent}/products
To retrieve the promotions, such as free trial, that can be used by the partn…
curl \
  https://paymentsresellersubscription.googleapis.com/v1/{parent}/promotions
SDK on GitHub 📄 API Docs
SDK
mcp-toolbox-sdk-python
Python
API
googleapis.com
googleapis.com:paymentsresellersubscription
At a glance
Language Python
Endpoints10
Base URLhttps://paymentsresellersubscription.googleapis.com
✓ Official