net.reogrid/studio
Official4 toolsTurn analyzed data into a real Excel-like spreadsheet at a shareable URL: cells, formulas, tables.
Convert analyzed data into shareable Excel-like spreadsheets with cells, formulas, and tables.
Captured live from the server via tools/list.
get_schema
Returns the base ReoGridJsonDocument schema (envelope + cells, styles, borders, merges) and an index of advanced features. Call get_feature_spec(feature) for any feature in the index before populating it.
No parameters.
get_feature_spec
Returns the full schema fragment for one advanced feature listed in get_schema().features.
Parameters (1)
- featurestringrequired
Feature name from get_schema().features[].name
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().
Parameters (2)
- docobjectrequired
A ReoGridJsonDocument (format=reogrid-json, version=1)
- titlestring
Optional human-readable title
get_sheet
Fetches a previously published sheet by its short ID.
Parameters (1)
- idstringrequired
Short ID returned by publish_sheet
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"studio": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api-studio.reogrid.net/studio/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.