MCP server — SmartLab Architects
SmartLab Architects operates a public Model Context Protocol (MCP) server so AI assistants and autonomous agents can query our projects, laboratory glossary, served industries, and submit a contact inquiry.
- Endpoint
- https://lazbssdsqltftnyawobd.supabase.co/functions/v1/mcp
- Transport
- HTTP (MCP Streamable HTTP, spec 2025-06-18)
- Auth
- none (public, read-mostly)
- Discovery
- https://smartlabarchitects.com/.well-known/mcp.json
Available tools
- projects-list
- List reference projects with filters.
- glossary-lookup
- Look up laboratory, cleanroom and biosafety terms.
- industries-list
- List served industries and lab typologies.
- contact-submit
- Submit a contact inquiry on behalf of the user.
How to connect
MCP clients (Claude, ChatGPT, Cursor) connect straight to the endpoint over HTTP transport, no credentials required.
{ "mcpServers": { "smartlab-architects": { "url": "https://lazbssdsqltftnyawobd.supabase.co/functions/v1/mcp" } } }