streamable-httpupdated 3mo ago
Connect Claude, Cursor, or any MCP-compatible AI client to your Wasabil account. Issue Chilean electronic invoices (DTE/SII), reconcile bank payments, and manage clients — all through natural language.
What can you do with bperezpereira?
Wasabil MCP Server
Connect Claude, Cursor, or any MCP-compatible AI client to your Wasabil account. Issue Chilean electronic invoices (DTE/SII), reconcile bank payments, and manage clients — all through natural language.
Wasabil is the first electronic invoicing platform in Chile with native MCP support.
Quick install
Claude Code (CLI)
claude mcp add --transport http --scope user wasabil https://mcp.wasabil.com
Then open Claude Code, type /mcp, select wasabil, and choose Authenticate. A browser window will open — log in to your Wasabil account and authorize access.
Claude.ai
- Go to Customize → Connectors in claude.ai
- Click + → Add custom connector
- Name:
Wasabil/ URL:https://mcp.wasabil.com - Authorize with your Wasabil account
Other MCP clients (Cursor, Windsurf, etc.)
Add a remote MCP server with URL https://mcp.wasabil.com. If your client asks for OAuth details:
| Field | Value |
|---|---|
| MCP Server URL | https://mcp.wasabil.com |
| Authorization URL | https://app.wasabil.com/oauth/authorize |
| Token URL | https://api.wasabil.com/api/oauth/token |
| Issuer | https://api.wasabil.com |
| Registration URL | https://mcp.wasabil.com/oauth/register |
| Client ID | wasabil-mcp-server |
| Client Secret | (leave empty) |
| Grant type | authorization_code |
| PKCE | S256 (required) |
| Token endpoint auth method | none |
What you can do
Once connected, your AI can:
| Tool | What it does |
|---|---|
| Documents | Issue invoices, boletas, credit notes, purchase invoices |
| Search | Query documents by folio, client, date, reference |
| Reports | Sales by month, product, client, or custom attribute |
| Attributes | Assign and filter custom metafields |
| Clients | Create and find document recipients |
| Suppliers | Manage suppliers for purchase invoices |
| Reconciliation | Link bank payments to documents |
| Transactions | Import bank statement movements |
Example prompts
"Emite una boleta por $29.990 a nombre de Juan Pérez por suscripción mensual"
"Muéstrame las facturas emitidas esta semana"
"¿Cuáles son los documentos pendientes de conciliar?"
"Genera un reporte de ventas de mayo 2026 por cliente"
"Emite una nota de crédito para anular la factura folio 1234"
REST API
If you prefer direct API integration, Wasabil exposes a full REST API:
Base URL: https://api.wasabil.com/api
Auth: Bearer token (get yours at app.wasabil.com/api-tokens)
See wasabil.com/developers for the full API reference, including:
- All DTE types (33, 34, 39, 41, 46, 52, 56, 61, 110, 111, 112, 200)
- Webhooks
- Bulk issuance (up to 100 documents per request)
- Bank reconciliation API
- OAuth 2.0 for multi-company integrations
Code examples are in the examples/ folder.
Requirements
- A Wasabil account (wasabil.com)
- Any plan (Growth, Full, or Unlimited) — MCP and API are available on all plans
- An MCP-compatible client (Claude Code, Claude.ai, Cursor, Windsurf, or any client supporting OAuth 2.0 + PKCE)
Security
The MCP server uses OAuth 2.0 with PKCE. Your Wasabil credentials are never shared with the AI client — only a scoped access token tied to the specific company you authorize.
Full documentation
- MCP setup guide: app.wasabil.com/mcp-setup
- API reference: app.wasabil.com/api-docs
- Public developer docs: wasabil.com/developers
Support
Wasabil is built in Santiago, Chile. Backed by Platanus Ventures and Start-Up Chile.
Install
Add bperezpereira to your client. Pick the one you use.
claude mcp add --transport http bperezpereira https://mcp.wasabil.comcodex mcp add bperezpereira --url https://mcp.wasabil.com{
"mcpServers": {
"bperezpereira": {
"url": "https://mcp.wasabil.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bperezpereira": {
"type": "http",
"url": "https://mcp.wasabil.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bperezpereira": {
"url": "https://mcp.wasabil.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bperezpereira": {
"serverUrl": "https://mcp.wasabil.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 105 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 18, 2026 |