mcp-gateway-graph-demo
Verified Safeby maxilambruschini
Overview
This project orchestrates API endpoint discovery from various sources and generates validated Model Context Protocol (MCP) tool definitions using LangGraph and LLMs.
Installation
No command providedSecurity Notes
The project makes external API calls to Azure OpenAI for LLM operations and performs web crawling for documentation discovery. Web crawling from user-provided URLs introduces external network risks, although the project includes domain boundary checks and throttling. Data sent to Azure OpenAI for LLM processing should be considered based on privacy requirements.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.