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")
Returns the spreadsheet at the given ID. The caller must specify the spreadsh…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}
Returns a range of values from a spreadsheet. The caller must specify the spr…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}
Returns one or more ranges of values from a spreadsheet. The caller must spec…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values:batchGet
SDK on GitHub 📄 API Docs
SDK
mcp-toolbox-sdk-python
Python
API
googleapis.com
googleapis.com:sheets
At a glance
Language Python
Endpoints17
Base URLhttps://sheets.googleapis.com
✓ Official