Back to Home
ContractedAPI icon

deno

Verified Safe

by ContractedAPI

Overview

Generates a Model Context Protocol (MCP) server from ContractedAPI specifications to enable AI assistants to interact with defined APIs.

Installation

Run Command
No command provided

Environment Variables

  • API_BASE_URL
  • CONTRACTED_BASE_URL
  • CONTRACTED_FORMAT
  • CONTRACTED_TIMEOUT
  • CONTRACTED_VERBOSE
  • NO_COLOR
  • DENO_ENV

Security Notes

The project focuses on generating API servers and CLI tools from specifications. Security practices observed include schema-based validation for request parsing (preventing malformed input), structured error handling (preventing information leakage by hiding stack traces in production), and configurable external parameters (reducing hardcoded secrets). The core logic for handling network communication (HTTP, WebSockets) and file operations is based on standard Deno APIs and well-established external libraries (`hono`, `ajv`). The overall security will heavily depend on the correctness and security of the input ContractedAPI specifications and the handlers written by the end-user.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-15

Tags

MCPOpenAPICLICode GenerationTypeScript