MCP Streamable HTTP

VizScript MCP

Remote Model Context Protocol server for VizScript — the scripting language powering Viz Engine broadcast graphics.

by Felipe Iasi

62
Types
960
Properties
809
Methods
164
Functions
41
Callbacks
Connect your AI
Claude Desktop
claude_desktop_config.json
{
  "mcpServers": {
    "vizscript": {
      "url": "https://vizscript.mcp.felipeiasi.dev/"
    }
  }
}
Claude Code
CLI
claude mcp add \
  --transport http \
  vizscript \
  https://vizscript.mcp.felipeiasi.dev/
OpenAI / ChatGPT
MCP-compatible clients
# In any OpenAI MCP client config
{
  "type": "url",
  "server_label": "vizscript",
  "server_url": "https://vizscript.mcp.felipeiasi.dev/"
}
Ollama / Open WebUI
MCP tool server
# In Open WebUI: Settings > Tools
# Add MCP Server URL:
https://vizscript.mcp.felipeiasi.dev/

# Or via mcphost CLI:
mcphost --transport http \
  https://vizscript.mcp.felipeiasi.dev/
Available Tools
lookup_type
Full type reference with all properties and methods
list_types
Browse all 62 VizScript data types
search
Full-text search across the entire documentation
get_global_functions
164 functions: math, easing, strings, parameters
get_callbacks
41 event callbacks: OnInit, OnEnter, OnExecPerField
get_language_ref
Syntax, operators, control structures, procedures
get_examples
Code examples: Planets, Tetris, ClipChannel
What is this?

VizScript MCP gives any AI assistant instant access to the complete VizScript documentation — the scripting language used in Viz Engine for broadcast graphics and real-time 3D.

It implements the Model Context Protocol (MCP) over Streamable HTTP, so it works with Claude, ChatGPT, Ollama, and any MCP-compatible client. The server runs on the edge with sub-50ms response times worldwide.

Instead of searching through docs manually, your AI can look up types, search properties, find methods, and get code examples in real time.