mcp-holded
Verified Safeby iamsamuelfraga
Overview
This MCP server enables AI assistants to interact with the Holded Invoice API for managing invoicing, contacts, products, treasuries, and other business operations.
Installation
npx -y @iamsamuelfraga/mcp-holdedEnvironment Variables
- HOLDED_API_KEY
Security Notes
The server correctly requires the HOLDED_API_KEY as an environment variable, preventing hardcoding and promoting secure configuration. There are no apparent uses of `eval` or similar dangerous dynamic code execution patterns. File uploads are forwarded to the external Holded API without local processing of file content, mitigating risks from malicious file payloads on the server itself. Overall security depends heavily on the user's secure handling of the API key and the inherent security of the upstream Holded API.
Similar Servers
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
mcp_docker
Manages Docker containers, images, networks, and volumes for AI assistants via the Model Context Protocol (MCP).