Back to Home
Sujeeth-Varma icon

mcp-server-search-engine-gateway

Verified Safe

by Sujeeth-Varma

Overview

Exposes HTTP search providers as dynamic Model Context Protocol (MCP) tools using Spring AI.

Installation

Run Command
mvn spring-boot:run

Security Notes

The server's core functionality involves making external HTTP calls based on dynamic configuration. While the code itself does not contain obvious vulnerabilities like 'eval' or hardcoded secrets, the dynamic 'url' parameter configured via application.yml or environment variables introduces a potential Server-Side Request Forgery (SSRF) risk if configuration sources are not properly secured. The debug endpoints allowing manual tool execution (guarded by 'debug.enabled') could also be misused if enabled in production. Spring WebClient's URI encoding mitigates direct query parameter injection risks in the default setup.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-17

Tags

Spring AIMCPGatewayDynamic ConfigurationSearch