Back to Home
edujuan icon

utcp-docs-server

Verified Safe

by edujuan

Overview

A comprehensive MCP server that helps AI coding agents understand and implement the Universal Tool Calling Protocol (UTCP) by providing documentation search, validation, generation, and an LLM-powered expert agent.

Installation

Run Command
npx utcp-docs

Environment Variables

  • OPENAI_API_KEY
  • DOCS_PATH
  • SERVER_NAME
  • SERVER_VERSION
  • LOG_LEVEL

Security Notes

The server leverages environment variables for sensitive API keys (e.g., OpenAI). It interacts with external APIs (OpenAI) for the expert agent, with retry mechanisms and timeouts implemented for robustness. Documentation loading from a configurable path could pose a minimal risk if an attacker controls the path, but content is used for LLM context, not direct execution. Input validation is performed for UTCP manuals and OpenAPI specs.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassMedium
Avg Tokens1750
Stars1
Forks0
Last Update2025-11-22

Tags

MCP ServerUTCPDocumentationLLM AgentCode Generation