SnelStart MCP Server

$npx -y @mralbertzwolle/snelstart-mcp
README.md

Enables seamless integration with SnelStart accounting data via B2B API.

Enables seamless integration with SnelStart accounting data, allowing users to manage multiple administrations, process invoices, and handle bookings through the B2B API. It supports comprehensive read/write operations, VAT summary generation, and document processing for UBL invoices and bank statements.

Tools (5)

manage_administrationsManage multiple SnelStart administrations.
process_invoicesProcess and manage invoices within the accounting system.
handle_bookingsHandle financial bookings through the B2B API.
generate_vat_summaryGenerate VAT summary reports for the administration.
process_documentsProcess UBL invoices and bank statements.

Environment Variables

SNELSTART_SUBSCRIPTION_KEYrequiredPrimary subscription key for the SnelStart B2B API
SNELSTART_CLIENT_KEYrequiredClient key for authentication

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "snelstart": {
      "command": "npx",
      "args": ["-y", "@mralbertzwolle/snelstart-mcp"],
      "env": {
        "SNELSTART_SUBSCRIPTION_KEY": "your_key_here",
        "SNELSTART_CLIENT_KEY": "your_client_key_here"
      }
    }
  }
}

Try it

List all the administrations available in my SnelStart account.
Generate a VAT summary for the current quarter.
Process this UBL invoice and add it to my bookings.
Show me the recent bank statements processed in SnelStart.
Create a new invoice for a client in my SnelStart administration.

Frequently Asked Questions

How do I install SnelStart MCP Server?

Install SnelStart MCP Server by running: npx -y @mralbertzwolle/snelstart-mcp

What MCP clients work with SnelStart MCP Server?

SnelStart MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use SnelStart MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free