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 APISNELSTART_CLIENT_KEYrequiredClient key for authenticationConfiguration
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.