free-mcp-server

byquan2004/free-mcp-server

3.1

If you are the rightful owner of free-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.

The MCP Server is a project built on Spring AI, designed to demonstrate the basic functions of the Model Context Protocol service through standard input/output protocol.

Tools
8
Resources
0
Prompts
0

MCP-SERVER

Introduction

The project is built based on Spring AI and runs through the stdio (standard input/output) protocol, aiming to demonstrate the basic functions of the MCP (Model Context Protocol) service. The project integrates a variety of practical tools, including obtaining random goddess pictures, videos, IP address details, news, hacker news, weather information, and web search functions that support Google and Baidu.

Resource

Requirement

  • JDK 17+
  • Maven 3.x+

The MCP Server and include tools

ADD mcpServer

{
  "mcpServers": {
    "spring-ai-mcp-demo": {
      "command": "java",
      "args": [
        "-jar",
        "/target/mcp-server-0.0.1.jar"
      ]
    }
  }
}

Include tools

  • Get random goddess picture
  • Get random goddess video
  • Get IP address details
  • Get news
  • Get Hacker news
  • Get weather
  • Google web search
  • Baidu web search

Disclaimer

This project is for educational purposes only.