invoica-mcp
v1.0.1
Published
Invoica MCP Server — create invoices, list payments, and check on-chain settlements from Claude, Cursor & Windsurf
Maintainers
Readme
Invoica MCP Server
Let Claude, Cursor, Windsurf, and any MCP client create invoices and check settlements directly.
Install (one command)
npx -y invoica-mcpClaude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"invoica": {
"command": "npx",
"args": ["-y", "@invoica/mcp"]
}
}
}Cursor / Windsurf (.cursor/mcp.json or .windsurf/mcp.json)
{
"mcpServers": {
"invoica": {
"command": "npx",
"args": ["-y", "@invoica/mcp"]
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| create_invoice | Create an invoice — returns paymentUrl for on-chain settlement |
| list_invoices | List recent invoices for your API key |
| check_settlement | Check if an invoice is settled — returns txHash + chain |
Get your API key at https://app.invoica.ai/api-keys
