fusion-mcp-server
Verified Safeby yupiik
Overview
Provides a simple Model Context Protocol (MCP) server implementation using Yupiik Fusion JSON-RPC API.
Installation
No command providedSecurity Notes
This is a standard Java Maven project that acts as a server, inherently exposing network ports (e.g., 8080 for the demo). No apparent 'eval' or obfuscation. As with any server application, robust security practices (authentication, authorization, input validation) are required for production deployment, which are not explicitly detailed in the truncated README.
Similar Servers
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
mcp-servers
Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.
mcp-mock-server
Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.
streamable-http-mcp-server
This project provides a Spring Boot starter for integrating MCP (Model Controller Protocol) services, enabling developers to define HTTP API functions using annotations.