Description: Turn any receipt into structured, accounting-ready JSON or clean Markdown with one API call. AI-powered vision
extracts merchant, date, line items, tax breakdown, totals, currency, and confidence scores — then suggests the right GL
account for instant bookkeeping. 7 tools for the full receipt-to-journal-entry pipeline. Built for expense automation agents.
50 free credits on signup, no credit card required.
Server Config
{
"mcpServers": {
"kelnix-receipt": {
"command": "python",
"args": [
"mcp_server.py"
],
"env": {
"RECEIPT_MCP_API_KEY": "<YOUR_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_KEY>"
}
}
}
}