This is a hosted bridge between AI agents and live tabular data. Your agent scrapes housing prices, API responses, or sensor readings and POSTs them to Instadash's ingest endpoints. Humans can review the data in a web grid, and agents read it back through MCP using the streamable HTTP transport. The logs show ingestion happening in under 100ms for batches ranging from hundreds to thousands of rows, with operations like JOIN and INDEX suggesting you can query across datasets. Reach for this when your agent needs to publish structured data that outlives the conversation, especially if non-technical stakeholders need to audit or correct what the agent collected before it gets reused.
Public tool metadata for what this MCP can expose to an agent.
instadash_listList all grids in your workspace with their live URLs (https://instadash.io/{handle}/{slug}), row counts, and versionsList all grids in your workspace with their live URLs (https://instadash.io/{handle}/{slug}), row counts, and versions
No parameter schema in public metadata yet.
instadash_get_schemaGet the column names, inferred types, and a sample row for a grid1 paramsGet the column names, inferred types, and a sample row for a grid
gridstringinstadash_readRead rows from a grid with optional pagination3 paramsRead rows from a grid with optional pagination
gridstringlimitintegeroffsetintegerinstadash_pushCreate or update a named grid with rows. Returns a live URL (https://instadash.io/{handle}/{slug}) — always share this URL with the user so they can view the interactive grid.7 paramsCreate or update a named grid with rows. Returns a live URL (https://instadash.io/{handle}/{slug}) — always share this URL with the user so they can view the interactive grid.
namestringrowsarraytagsarraytitlestringactionsarrayeditablebooleandescriptionstringinstadash_list_versionsList the version history for a grid (each push creates a new version with timestamp, row count, and checksum)1 paramsList the version history for a grid (each push creates a new version with timestamp, row count, and checksum)
gridstringinstadash_editsList human edits on a grid for the current version. Returns the row index, column, new value, source (human/agent), and timestamp for each changed cell. Use this to ask "what did the human approve/change?" — closes the HITL loop without diffing full row snapshots.3 paramsList human edits on a grid for the current version. Returns the row index, column, new value, source (human/agent), and timestamp for each changed cell. Use this to ask "what did the human approve/change?" — closes the HITL loop without diffing full row snapshots.
gridstringsincestringsourcestringhuman · agentinstamesh_searchSemantic + keyword search across all public grids in the mesh2 paramsSemantic + keyword search across all public grids in the mesh
kintegerqstringcom.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json