1. Conduid
  2. Developer Tools
  3. Labs
MCP server · Developer Tools

Labs

Repository of my experiments with MCP

Unclaimed last commit 10 months ago devtools
48Fair

Scored 4 months ago · breakdown

About Labs

Labs is an MCP server published by zahere-dev in the Developer Tools category: repository of my experiments with MCP. It has been installed 0 times through Conduid.

The repository has 41 stars and 19 forks, with the last commit 10 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-labs

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Labs

Powered by Claude · Grounded in docs

I know everything about Labs. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🧠 OpenAI MCP BMI Tool – Client & Server Demo

This project demonstrates how to build a simple MCP (Model Context Protocol) client and server using OpenAI's openai Python SDK and the mcp package. We expose a BMI calculator tool via the server and use an LLM-powered client to discover and invoke the tool based on natural language queries.


📽️ Demo Video

Watch the full tutorial: How to Build an OpenAI MCP Client and Server
(https://www.youtube.com/watch?v=hMHYhRcd_Uo)


🚀 Features

  • ✅ Lightweight MCP Server using FastMCP
  • ✅ BMI calculation exposed as a tool
  • ✅ OpenAI GPT-4o model used to intelligently select tools and arguments
  • ✅ STDIO-based client-server communication
  • ✅ JSON-based tool calling flow using natural language

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Labs

How do I install Labs?

Run npx mcp-labs, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Labs safe to use with an AI agent?

Its trust score is 48 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Labs still maintained?

The last commit was 10 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.