mcp demo
Interactive demos you can try from your browser or connect to from Claude Desktop.
protomcp
A language-agnostic MCP runtime. These demos showcase features you can't get from any other MCP framework.
Connect to this MCP server
Claude Code
claude mcp add silverblatt-nyc --transport http https://silverblatt.nyc/api/mcp
Claude Desktop / Cursor / other clients
{
"mcpServers": {
"silverblatt-nyc": {
"url": "https://silverblatt.nyc/api/mcp"
}
}
} Authenticate with code pmcp-demo to unlock demo tools.
Authenticate
Demo tools are locked until you authenticate.
Multi-Language Showcase
The same tool implemented in Python, TypeScript, Go, and Rust — all running through one protomcp runtime.
Workflow State Machine
A deployment pipeline where only valid next actions are visible at each step.
Tool Groups
One tool, multiple actions with per-action validation via discriminated union schemas.
Progress & Cancellation
A long-running search with real-time progress reporting.
harness-ml sandbox
A pre-loaded ML sandbox with the Titanic dataset. Run experiments, see workflow enforcement in action, and explore diagnostics — all through MCP tool calls.
Data Profiling
Feature Discovery
Model Training & Evaluation
Experiment Workflow
Try them in order — workflow enforcement prevents skipping steps.
See the project page for more details.