← svgrid.com
INDIVIDUAL MCP TOOL
list_examples
Browse the SvGrid demo catalogue: id, title, category and a one-line blurb.
LIVE ENDPOINT
https://mcp.svgrid.com/mcp
Connect to this endpoint to inspect the live schema for list_examples and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.svgrid]
url = "https://mcp.svgrid.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"svgrid": {
"type": "http",
"url": "https://mcp.svgrid.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: svgrid
Remote MCP URL: https://mcp.svgrid.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"svgrid": {
"url": "https://mcp.svgrid.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"svgrid": {
"type": "http",
"url": "https://mcp.svgrid.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "svgrid",
"transport": "streamable-http",
"url": "https://mcp.svgrid.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Ranked full-text search across the SvGrid documentation and demo catalogue.fetch— Return the full text behind a search result.get_example_source— Return the full .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.