tools-mcp-server

an1shthomas/tools-mcp-server

3.2

If you are the rightful owner of tools-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Spring AI-based MCP server that provides AI capabilities using Spring AI and OpenAI.

Tools MCP Server

A Spring AI-based MCP (Master Control Program) server that provides AI capabilities using Spring AI and OpenAI.

Prerequisites

  • Java 21 or higher
  • Maven
  • OpenAI API Key

Setup

  1. Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY=your-api-key
  1. Build the project:
mvn clean install
  1. Run the application:
mvn spring-boot:run

The server will start on port 8080. You can test it by accessing: http://localhost:8080/api/mcp/health