J

mcp-server-jina-java

...
Created 3/12/2025byGARCHENG

Language:

Java

Stars:

4

Forks:

0

MCP Server(Jina Reader API)

A Model Context Protocol server that provides web content searching and fetching capabilities(through jina reader api https://jina.ai/reader/).

Available Tools

  • readAndFetchContent
    

    - read a URL and fetch its content.

    • url (string, required): URL to fetch
  • searchAndGetSERP
    

    - search the web and get SERP.

    • keyword (string, required): The keyword to search on the web

Configuration

"mcpServers": {
   "mcp-server-jina-java": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-jar",
        "/the path of the jar/mcp-server-jina-java-1.0-SNAPSHOT.jar",
        "jina.api.api-key= Your jina key"
      ]
    }
}

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Last updated: 3/14/2025

Publisher info

GARCHENG's avatar

GARCHENG

4
followers
7
following
59
repos

More MCP servers built with Java

wildfly-mcp

WildFly MCP server and other tooling to integrate WildFly in AI space

By wildfly-extras4
wildfly-weather

Simple MCP Server example

By ehsavoie3
MCPluginDuckEmpire

A plugin for the DuckEmpire server.

By ArtusLama1