Excel
Read and write worksheet ranges, tables, and formulas in Microsoft 365.
Auth: OAuth 2.0Catalog preview
Tools
What your agent can do with Excel
EXCEL_SEARCHSearch across Excel records and content.
EXCEL_CREATECreate a new item in Excel with validated fields.
EXCEL_UPDATEUpdate an existing Excel item by id.
EXCEL_LISTList and filter Excel items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Excel from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "EXCEL_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'