Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

SvGrid

com.svgrid/svgrid

Checks AI-written SvGrid code against the real API, plus version-pinned Svelte 5 grid docs.

Uptime
100.0%
3 direct probes · 30d
Response
130ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search

Ranked full-text search across the SvGrid documentation and demo catalogue. Returns the best pages first with an excerpt and an id you pass to `fetch`. Use this before writing SvGrid code so the API n…

fetch

Return the full text behind a search result. Pass a doc slug ("help/columns/column-definitions") or a demo id prefixed with "demo:" ("demo:11-stock-market").

list_examples

Browse the SvGrid demo catalogue: id, title, category and a one-line blurb. Call with no arguments for the category index, then filter with `query` or `category`, then read one with get_example_source…

get_example_source

Return the full .svelte source of one demo by id (e.g. "11-stock-market") - working code to copy, not a summary of it.

get_api_reference

The SvGrid public API grouped by category (components, headless, scheduler, data ops, export, row models, features, virtualization, accessibility, utilities), for the version this server tracks.

check_svgrid_code

Verify SvGrid code BEFORE handing it to the user. Checks the source against the real exported surface of the current version - <SvGrid> prop names, ColumnDef keys, grid API methods, importable symbols…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "svgrid": {
      "url": "https://mcp.svgrid.com/mcp",
      "transport": "streamable-http"
    }
  }
}