iholovatsky-mcps
Verified Safeby IhorHolovatsky
Overview
This repository provides Model Context Protocol (MCP) servers to integrate various external services (financial, business) into personal AI workflows, acting as data providers for AI clients.
Installation
dotnet run --project src/Saldeo.Mcp/Saldeo.Mcp.csprojSecurity Notes
The server components communicate via STDIO, limiting direct network exposure to local processes, which is generally safer. However, the actual C# source code for the integrations (e.g., with financial institutions like IBKR and BNP Paribas) is not provided, making it impossible to audit for hardcoded secrets, improper data handling, or other vulnerabilities within the application logic itself. The inherent nature of these integrations suggests handling sensitive data.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.