Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

net.reogrid/studio

net.reogrid/studio

Turn analyzed data into an Excel-like spreadsheet at a shareable URL: formulas, styles, filters.

Uptime
100.0%
1 direct probes · 30d
Response
3191ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_schema

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…

get_feature_spec

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…

publish_sheet

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().

get_sheet

Fetches a previously published sheet by its short ID.

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"
    }
  }
}