free-mcp-server

byquan2004/free-mcp-server

3.2

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
  1. Get random goddess picture

    Fetches a random picture of a goddess.

  2. Get random goddess video

    Fetches a random video of a goddess.

  3. Get IP address details

    Retrieves detailed information about a given IP address.

  4. Get news

    Provides the latest news updates.

  5. Get Hacker news

    Fetches the latest updates from Hacker News.

  6. Get weather

    Provides current weather information.

  7. Google web search

    Performs a web search using Google.

  8. Baidu web search

    Performs a web search using Baidu.

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.