← svgrid.com

INDIVIDUAL MCP TOOL

get_example_source

Return the full .

svgrid.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.svgrid.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_example_source and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

svgrid.com

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.
  • list_examples — Browse the SvGrid demo catalogue: id, title, category and a one-line blurb.
  • 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.