# Spring Io Api Mcp

> MCP server implementation that serves up-to-date information about projects from api.spring.io

- **Type:** MCP server
- **Install:** `agentstack add mcp-martinlippert-spring-io-api-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [martinlippert](https://agentstack.voostack.com/s/martinlippert)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [martinlippert](https://github.com/martinlippert)
- **Source:** https://github.com/martinlippert/spring-io-api-mcp

## Install

```sh
agentstack add mcp-martinlippert-spring-io-api-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Spring AI MCP server to access information from https://api.spring.io

Implemenents an MCP server using Spring AI MCP to access data for spring projects from https://api.spring.io.
Serves data for release versions and support generations.

## Build the project

```
./mwnw clean package
```

## Configure client to use this MCP server

Add the configuration to the MCP server configs (e.g. in Cline when using VSCode):

```
    "spring-project-information": {
      "command": "java",
      "args": [
        "-jar",
        "/target/spring-io-api-mcp-0.0.2-SNAPSHOT.jar"
      ]
    }

```

## Example prompts

The MCP server serves information about Spring project releases and support generations, so
you can ask questions like:

`Which versions of the spring-boot project got released?`

or

`What is the latest version of the spring-boot project that got released?`

To get details about support ranges, you can ask for this information, too:

`Until when is the latest version of spring-boot supported in the open-source?`

or

`Until when is spring-boot 2.7.x supported in the open-source?`

or

`Can you tell me if spring-data-core will have an updated release within the next 90 days`

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [martinlippert](https://github.com/martinlippert)
- **Source:** [martinlippert/spring-io-api-mcp](https://github.com/martinlippert/spring-io-api-mcp)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-martinlippert-spring-io-api-mcp
- Seller: https://agentstack.voostack.com/s/martinlippert
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
