MCP Integration
Connect AI agents directly to your spreadsheet data using the Model Context Protocol
Claude Desktop Configuration
{
"mcpServers": {
"opensheets": {
"url": "https://sheets.platphormnews.com/api/mcp",
"transport": "http"
}
}
}Or use with any MCP client
MCP Endpoint: https://sheets.platphormnews.com/api/mcp
Transport: HTTP JSON-RPC 2.0
Protected tools: Authorization: Bearer $PLATPHORM_API_KEYTools
Tools that AI agents can call to interact with spreadsheet data
list_sheetsget_sheetsearch_sheetssearch_rowsget_categoriesget_sheet_summaryResources
Direct access to spreadsheet data via resource URIs
opensheets://sheetsList of all available spreadsheets
opensheets://sheets/{id}Full data and metadata for a specific sheet
opensheets://categoriesList of all sheet categories
Prompts
Pre-built prompts for common spreadsheet analysis tasks
analyze_sheetAnalyze a sheet and provide insights
compare_sheetsCompare data across multiple sheets
find_trendsIdentify trends in time-series data
User:
Summarize the public platform report once it is indexed in Sheets.
AI Agent:
Let me search the sales data for you...
Tool: search_sheets
Query: "route compliance"
Tool: get_sheet_summary
ID: "server-indexed-sheet-id"If no durable server sheet exists yet, OpenSheets returns an honest degraded response and points the user to the browser-local viewer.