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")
Looks up an enterprise by domain name. This is only supported for enterprises…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidenterprise.googleapis.com/androidenterprise/v1/enterprises
Retrieves the name and domain of an enterprise.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidenterprise.googleapis.com/androidenterprise/v1/enterprises/{enterpriseId}
Retrieves details of an Android app permission for display to an enterprise a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidenterprise.googleapis.com/androidenterprise/v1/permissions/{permissionId}
SDK on GitHub 📄 API Docs
SDK
mcp-toolbox-sdk-python
Python
API
googleapis.com
googleapis.com:androidenterprise
At a glance
Language Python
Endpoints76
Base URLhttps://androidenterprise.googleapis.com
✓ Official