1. Conduid
  2. Maps
  3. Basicmcp
MCP server · Maps

Basicmcp

This is a basic MCP tool to fetch weather information (Only for educational purpose)

Unclaimed MIT last commit a year ago maps
49Fair

Scored 3 months ago · breakdown

About Basicmcp

Basicmcp is an MCP server published by itsPatH in the Maps category: this is a basic MCP tool to fetch weather information (Only for educational purpose). It has been installed 0 times through Conduid.

The repository has 1 stars and 1 forks, with the last commit a year 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 basicmcp

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 Basicmcp

Powered by Claude · Grounded in docs

I know everything about Basicmcp. 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

🛠️ Basic MCP Demo - Weather Tool

Este proyecto es un ejemplo básico de un servidor MCP (Model Context Protocol) implementado en Node.js. Define una herramienta simple para consultar información del clima de una ciudad utilizando la API pública de Open-Meteo.

📦 Características

  • Servidor MCP compatible utilizando @modelcontextprotocol/sdk.
  • Herramienta fetch-weather que permite consultar el clima de una ciudad.
  • Ejemplo educativo, ideal para entender el flujo básico de MCP.
  • Sin claves API privadas, solo usa servicios públicos gratuitos.

🚀 Requisitos

  • Node.js (v18 o superior recomendado)
  • Acceso a Internet para consultar las APIs públicas

⚙️ Instalación

  1. Clona el repositorio:

    git clone https://github.com/itsPatH/basicMCP.git
    cd basicMCP
    
  2. Instala las dependencias:

npm install
  1. Ejecuta el servidor MCP:
npx ts-node main.ts   

Nota: Este servidor espera ser utilizado por un cliente MCP compatible (como Claude con soporte MCP habilitado). Si no tienes un cliente MCP, el servidor quedará esperando conexión.

🌐 Alternativa para Pruebas Locales (Opcional)

Puedes extender este proyecto para agregar un servidor HTTP local y probar la herramienta sin un cliente MCP. Ejemplo de esto disponible en la rama local-test.

⚠️ Advertencias

⚡ Este proyecto es solo para fines educativos. ⚡ No está pensado para entornos de producción. ⚡ Si amplías el proyecto, no subas archivos con claves privadas o información sensible.

📄 Licencia

Este proyecto está bajo la licencia MIT. Eres libre de usarlo, modificarlo o distribuirlo para aprendizaje.

✨ Créditos

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

Questions

About Basicmcp

How do I install Basicmcp?

Run npx basicmcp, 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 Basicmcp safe to use with an AI agent?

Its trust score is 49 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 Basicmcp still maintained?

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