Back to Home
Shashank-0018 icon

MCP-Council

Verified Safe

by Shashank-0018

Overview

Automates the conversion of any REST API into a Model Context Protocol (MCP) server, enabling AI assistants to interact with external APIs through a standardized interface.

Installation

Run Command
npx --yes my-api-mcp-server@latest

Environment Variables

  • NODE_ENV
  • PORT
  • MCP_HTTP_SERVER_URL
  • API_KEY
  • ACCESS_TOKEN
  • API_USERNAME
  • API_PASSWORD

Security Notes

The server's design separates concerns effectively and handles sensitive data (API keys, tokens) using environment variables, which is a good practice. JSON-RPC requests are parsed and routed to predefined handlers, limiting dynamic code execution risks at runtime. The generation of tool definitions in future phases (Phase 5: AI-Powered Automatic Tool Generation) from user-provided URLs requires robust input sanitization and validation in the tool generation process itself, which is outside the scope of the current runtime framework but noted as a critical future consideration for the broader MCP-Council platform. Current runtime operations are generally safe.

Similar Servers

Stats

Interest Score81
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars2
Forks0
Last Update2025-11-30

Tags

API GatewayAI ToolsProtocol ConversionServerlessDeveloper Tools