Servers
Kelnix Receipt Mcp Api
@kelnixsolutions
Description: Turn any receipt into structured, accounting-ready JSON or clean Markdown with one API call. AI-powered vision
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kelnix-receipt": {
"command": "python",
"args": [
"mcp_server.py"
],
"env": {
"RECEIPT_MCP_API_KEY": "<YOUR_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_KEY>"
}
}
}
}