sevdesk-mcp
Verified Safeby Honeyfield-Org
Overview
An MCP Server providing comprehensive tools for managing financial data and business operations within the sevDesk Accounting API, including contacts, invoices, credit notes, orders, vouchers, transactions, and inventory parts.
Installation
npx @honeyfield/sevdesk-mcpEnvironment Variables
- SEVDESK_API_TOKEN
Security Notes
The server demonstrates good security practices by requiring the API token via an environment variable and using Zod for input validation on tool arguments, which helps prevent common injection vulnerabilities. It utilizes `axios` for HTTP requests, a well-regarded library, and includes error interception for API responses. The server uses StdioServerTransport, limiting its network exposure to standard I/O streams as intended by the MCP specification. There are no obvious signs of 'eval', obfuscation, hardcoded sensitive credentials within the codebase, or direct arbitrary file system access beyond module loading.
Similar Servers
method-crm-mcp
Enables LLMs to interact with Method CRM data for comprehensive management of tables, files, user information, event-driven automations, and API keys.
expense-tracking-mcp-server
This MCP server enables users to track personal expenses by providing tools to add, list, and delete expense entries, backed by a local SQLite database.
test-mcp-server
Manages and tracks personal or small-scale financial expenses by adding, listing, and summarizing entries.
zoho-books-mcp-server-openapi
This project provides a Python/FastAPI application to manage multiple Zoho Books accounts and expose an MCP (Micro Control Protocol) interface to interact with them via automated tools.