Back to Home
Shashank-0018 icon

MCP-Council

by Shashank-0018

Overview

Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.

Installation

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

Environment Variables

  • NEXT_PUBLIC_SUPABASE_URL
  • NEXT_PUBLIC_SUPABASE_ANON_KEY
  • NEXT_PUBLIC_APP_URL
  • MCP_HTTP_SERVER_URL

Security Notes

The platform's code generation logic, as demonstrated in `ToolGeneratorForm.tsx` (frontend) and `Framework.md` (backend architecture), allows user-provided API endpoint URLs to be directly incorporated into generated backend HTTP requests (e.g., `axios.get(apiUrl)`). If the resulting backend MCP server code is deployed without rigorous server-side validation or domain allow-listing for the `apiEndpoint` input, this creates a severe Server-Side Request Forgery (SSRF) vulnerability. This flaw could enable a malicious user to craft API definitions that trigger unauthorized requests to arbitrary internal or external network resources from the deployed MCP server.

Similar Servers

Stats

Interest Score35
Security Score3
Cost ClassLow
Avg Tokens300
Stars2
Forks0
Last Update2025-12-07

Tags

API AutomationAI ToolsMCP ServerFrontendNext.js