mcp link
Basic Information
MCP Link is a developer tool that automatically converts any OpenAPI v3 specification into an MCP compliant server so existing RESTful APIs can be called by AI Agents. The project addresses gaps in the agent ecosystem by generating standardized MCP servers that map API endpoints, parameters and authentication into an AI-friendly interface without requiring changes to the original API implementation. It is implemented in Go and provides a CLI/server mode to serve converted APIs locally. The conversion can be run as a service and exposed via a conversion endpoint. The README lists installation steps using go mod download and a run example using go run main.go serve with configurable host and port. The tool is positioned for teams wanting to make their APIs immediately consumable by agent frameworks and to reduce manual work and errors when creating MCP interfaces.