Learning-Claude-McpServer
Verified Safeby AGDevX
Overview
Enables AI assistants to interact with arbitrary OpenAPI-defined APIs by dynamically generating Model Context Protocol (MCP) tools.
Installation
npx agdevx-openapi-mcp-serverEnvironment Variables
- ENVIRONMENTS
- API_SPEC_URL_YOUR_ENVIRONMENT_NAME
Security Notes
The server transparently allows disabling TLS certificate verification (`NODE_TLS_REJECT_UNAUTHORIZED=0`) for environments with self-signed certificates. While this introduces a configurable security trade-off, it is explicitly documented and logged with warnings. File system operations for managing MCP client configurations are restricted to user-specific directories and include backup functionality. The server incorporates rate limiting to protect external APIs. No direct use of `eval`, obfuscation, or other critical malicious patterns was detected in the provided source code.
Similar Servers
Weather-MCP-Server
Provides real-time US weather data and alerts to Model Context Protocol (MCP) clients like Claude for Desktop.
mcp-weather-server
Provides real-time and forecast weather data, air quality information, and multi-city weather trend analysis via the Model Context Protocol (MCP), integrating with OpenWeather and OpenRouter APIs.
mcp-weather
Serves weather information via the Model Context Protocol (MCP) as a tool for AI agents.
WeatherMCP
A simple Model Context Protocol (MCP) server for fetching live weather alerts and forecasts from the U.S. National Weather Service (NWS) API.