net.reogrid/studio
net.reogrid/studioTurn analyzed data into an Excel-like spreadsheet at a shareable URL: formulas, styles, filters.
Tools · 4
Returns the base ReoGridJsonDocument schema and an index of advanced features. The base schema already covers cell values, formulas, styling, borders and merges — those need no follow-up call. Call ge…
Returns the full schema fragment for one advanced feature. The argument must be an exact name from get_schema().featureNames — it is a fixed enumeration, not a free-text description of what you want t…
Publishes a ReoGridJsonDocument and returns a public URL. Anonymous; rate-limited per IP. No expiry in Phase 1. The doc must conform to the schema returned by get_schema().
Fetches a previously published sheet by its short ID.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"net.reogrid/studio": {
"url": "https://api-studio.reogrid.net/studio/mcp",
"transport": "streamable-http"
}
}
}