Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”— Aggregators
  3. Spring Boot Starter Swagger MCP
Spring Boot Starter Swagger MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:49:12 PM

Spring Boot Starter Swagger MCP

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
spring-bootopenapiswaggerapi-gatewaydeveloper-tools

Converts SpringDoc OpenAPI operations into MCP tools with discovery, validation, response shaping, and workflow execution.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for Neo1228/spring-boot-starter-swagger-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ”— More in Aggregators

Overview

Neo1228/spring-boot-starter-swagger-mcp turns a Spring Boot application with SpringDoc OpenAPI into an MCP gateway. It reads the running application's OpenAPI document, registers API operations as MCP tools, and provides metadata, validation, discovery, response-shaping, and workflow tools. Reach for it when you want MCP clients such as Claude Desktop to work with existing Spring controllers without manually defining each tool.

Use cases

β€’Expose existing Spring controllers as MCP tools
β€’Discover API operations from natural-language requests
β€’Validate generated API calls before dispatch
β€’Plan and dry-run multi-step API workflows
β€’Shape API responses for MCP clients

Key features

β€’OpenAPI-based MCP tool generation
β€’API discovery and capability metadata
β€’Input schema generation from OpenAPI constraints
β€’Preflight validation and structured errors
β€’Sequential workflow planning and execution
β€’Response projection and summarization controls

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Spring Boot Starter Swagger MCP.

Extracted Tool Capabilities
OpenAPI-based MCP tool generation
API discovery and capability metadata
Input schema generation from OpenAPI constraints
Preflight validation and structured errors
Sequential workflow planning and execution
Response projection and summarization controls

How Spring Boot Starter Swagger MCP works

What Neo1228/spring-boot-starter-swagger-mcp MCP server does

Neo1228/spring-boot-starter-swagger-mcp MCP server exposes operations from a SpringDoc-powered Spring Boot API through MCP. It discovers the application's OpenAPI document and creates MCP tools from the documented operations, using operation identifiers and a configurable name prefix. Existing controller annotations and OpenAPI constraints supply the generated input schemas.

Alongside direct API tools, the bridge provides a gateway layer for inspecting and using larger APIs. Clients can list API groups, search for operations from a natural-language request, inspect a selected tool, validate a call without sending an HTTP request, plan a multi-step workflow, and execute workflow steps sequentially.

How it works

The starter runs inside the Spring Boot application. It reads OpenAPI data from the configured API-docs path, which defaults to the SpringDoc endpoint shown in the quick-start configuration. The MCP server uses Spring AI MCP server settings; the example configures Streamable HTTP with /mcp as the MCP endpoint.

Generated tool names use the configured tool-name-prefix followed by the operation ID. The gateway also applies that prefix to its metadata and workflow tools. Input schemas can include required parameters, enums, numeric and string limits, object constraints, examples, and deprecation information derived from OpenAPI.

Calls can be shaped with JSONPath projection and summarization controls. Validation checks required arguments, unresolved path templates, and other dispatch conditions before an API request is sent. Risk controls include confirmation requirements, blocked paths, role checks, audit logs, and filtering for the special _headers argument. Rejections return readable text and structured errors with codes such as INVALID_ARGUMENT, SECURITY_DENIED, WORKFLOW_ERROR, and HTTP_DISPATCH_FAILED.

Setup and configuration

To add the Neo1228/spring-boot-starter-swagger-mcp MCP server, use Java 17 or newer, Spring Boot 3.5.x, Spring Web, and SpringDoc's WebMVC API starter. The Maven artifact is io.github.neo1228:openapi-mcp-spring-boot-starter; the README also provides Gradle and Maven dependency examples.

Enable the bridge with the swagger.mcp.* configuration prefix. The documented settings include swagger.mcp.enabled, swagger.mcp.api-docs-path, and swagger.mcp.tool-name-prefix. Configure the Spring AI MCP server protocol as STREAMABLE_HTTP and set its endpoint, such as /mcp.

After starting the application with Gradle or Maven, check the OpenAPI document at /v3/api-docs, check the MCP endpoint at /mcp, and connect an MCP client. The example uses a HelloController with a documented GET /hello operation, which becomes a generated MCP tool.

Tools and capabilities

The gateway tools documented by the project are:

  • meta_get_api_capabilities
  • meta_list_api_groups
  • meta_discover_api_tools
  • meta_describe_api_tool
  • meta_validate_api_call
  • meta_plan_api_workflow
  • meta_invoke_api_workflow
  • meta_invoke_api_by_intent

A recommended client flow is to inspect capabilities, discover or group operations, describe the selected tool, validate the call, and use dry-run planning before executing a multi-step workflow.

Limitations and notes

The Neo1228/spring-boot-starter-swagger-mcp MCP server depends on an existing SpringDoc OpenAPI description and Spring Boot application; it is not presented as a standalone API connector. The documented compatibility targets are Java 17 or newer and Spring Boot 3.5.x. Virtual-thread HTTP dispatch is optional on Java 21 or newer, with platform-thread fallback on Java 17.

The README identifies Claude Desktop as an MCP client in its architecture and workflow examples, but does not provide client-specific configuration for other clients. The project uses Apache License 2.0. The provided material does not specify authentication settings or environment variables.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ”— Aggregators15 views
    Compare vs AllMCPs Server β†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ”— Aggregators3 views
    Compare vs Openapi MCP Server β†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    πŸ”— Aggregators9 views
    Compare vs SandBase CLI β†’
  • Openapi To MCP logoOpenapi To MCP

    MCP server that automatically converts any OpenAPI/Swagger specification into a set of usable MCP tools. Unlike manual tool definition, this approach auto-generates tools directly from the Swagger spec, ensuring consistency, reducing maintenance effort, and preventing mismatches between the tools and the actual API.

    πŸ”— Aggregators3 views
    Compare vs Openapi To MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Spring Boot Starter Swagger MCP

Add the Maven artifact `io.github.neo1228:openapi-mcp-spring-boot-starter` or its Gradle equivalent to a Spring Boot application, along with Spring Web and SpringDoc's WebMVC API starter.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSpring Boot Starter Swagger MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/neo1228-spring-boot-starter-swagger-mcp?style=directory)](https://allmcps.com/mcp/neo1228-spring-boot-starter-swagger-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/neo1228-spring-boot-starter-swagger-mcp"><img src="https://allmcps.com/api/badge/neo1228-spring-boot-starter-swagger-mcp?style=directory" alt="Spring Boot Starter Swagger MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”—Aggregators
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 2, 2026
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”— Aggregators β†’Alternatives to Spring Boot Starter Swagger MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code