Lab Experiments

v1.0.0

Experimental projects and proof-of-concepts

experimentsdemospoclab

Server Information

Server ID
lab
Endpoint URL
https://bookchaowalit-lab-frontend.vercel.app
Author
bookchaowalit
Available Tools
4 tools

About

A collection of experiments, demos, and proof-of-concepts. Features live demos and source code links. ## Features - Experiment gallery - Live demos - Tech stack filtering - Source code links

Available Tools

lab_get_experiments

Get all experiments

Input Schema
{
  "type": "object",
  "properties": {}
}

lab_get_demo

Get experiment demo

Input Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}

lab_get_by_tech

Filter by technology

Input Schema
{
  "type": "object",
  "properties": {
    "tech": {
      "type": "string"
    }
  }
}

lab_get_source

Get source code link

Input Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}

Usage Example

Connect to this MCP server using the Model Context Protocol:

{
  "mcpServers": {
    "lab": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {
        "SERVER_URL": "https://bookchaowalit-lab-frontend.vercel.app"
      }
    }
  }
}