eaeaeaea/mcp
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A minimalistic Model Context Protocol (MCP) server built with Spring Boot, designed to expose structured data as AI-friendly tools.
🧩 Minimalistic MCP Server (Spring Boot)
A minimal Model Context Protocol (MCP) server built with Spring Boot, designed to expose structured data as AI-friendly tools.
This implementation includes the discovery endpoints (/mcp/tools) and execution endpoint (/mcp/call), allowing a client to retrieve metadata about available tools and call them deterministically.
⚙️ Overview
This server provides a simple REST interface that follows the MCP structure:
Endpoint Purpose GET /mcp/tools Advertise available tools and their JSON schema POST /mcp/call Execute a specific tool with arguments
Currently, the server exposes a single tool: sql.order_lookup — find customers by (partial) name and list their recent orders.
📘 License
MIT License — feel free to use and adapt.