spring-ai-mcp-server
Verified Safeby kairapavan
Overview
Provides National Provider Identifier (NPI) data as an external tool for integration with Spring AI applications.
Installation
java -jar build/libs/spring-ai-mcp-server-0.0.1-SNAPSHOT.jarSecurity Notes
The code primarily loads and exposes static NPI data. No dynamic code execution (like 'eval') or obvious malicious patterns were found. No hardcoded secrets are present. The NPI data itself is publicly available, so exposing it via a tool is not a direct security risk, assuming appropriate access controls are implemented at the consuming Spring AI application level.
Similar Servers
fhir-mcp-server
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
mcp-codestyle-server
Provides code template search and retrieval tools for IDEs and AI agents via the Model Context Protocol (MCP).
hello-spring-mcp-server
This server provides a set of tools for AI agents to query employee skills and retrieve employees based on specific skills from an in-memory dataset.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.