Back to Home
simoalanne icon

SolitaProject-MCP-Server

Verified Safe

by simoalanne

Overview

Provides tools for AI assistants to interact with a funding application evaluation backend, primarily for semi-automated QA testing.

Installation

Run Command
node index.ts

Environment Variables

  • API_BASE_URL

Security Notes

The server uses `zod` for robust input validation, which significantly reduces the risk of malformed data or injection attacks. It explicitly filters out 'metadata' from API responses to reduce token usage and prevent oversharing potentially sensitive information with the AI agent. Communication happens via stdio (`StdioServerTransport`), minimizing external network attack surfaces. The `API_BASE_URL` is configurable via environment variables, preventing hardcoded endpoints, though its security depends on proper deployment configuration (e.g., pointing to a trusted backend). No `eval` or obfuscation found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-12-02

Tags

QA TestingAI ToolsAPI WrapperNode.jsFunding Assessment