Local MCP server for Recite receipt processing
Project description
recite-mcp
recite-mcp is a local MCP server for receipt processing with the Recite API. It provides tools for single/batch receipt processing, ledger writes, corrections, memory instructions, and health/status resources.
Install
End users
uvx recite-mcp
Alternative:
python -m pip install recite-mcp
Contributors
python -m pip install -e .[dev]
pytest -q
python -m recite_mcp.server
Required Environment
Set API key:
# Windows PowerShell
$env:RECITE_API_KEY="re_live_xxx"
# macOS/Linux
export RECITE_API_KEY="re_live_xxx"
Optional home override:
# Windows PowerShell
$env:RECITE_HOME="C:\path\to\recite-home"
# macOS/Linux
export RECITE_HOME="$HOME/.config/recite"
MCP Client Config
Use uvx for the cleanest user install path:
{
"mcpServers": {
"recite": {
"command": "uvx",
"args": ["recite-mcp"],
"env": {
"RECITE_API_KEY": "re_live_xxx"
}
}
}
}
Main Features
- Single receipt processing and optional file rename
- Batch processing with dry-run preview
- Local CSV ledger append and audit-safe correction entries
- Memory instruction store for categorization rules
- Resource providers for ledger, memory, and health status
Release and Distribution
For post-publish checklist, discoverability, and install guidance for end users:
docs/publishing_guide.md
Documentation
- Implementation and operations walkthrough:
docs/walkthrough.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recite_mcp-0.1.1.tar.gz.
File metadata
- Download URL: recite_mcp-0.1.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6d8c2f463aece3d3aa083134032131c53771719bef6d6a33c3cf151b7f65318
|
|
| MD5 |
084b5620dacc9b95922d6c618801d3fa
|
|
| BLAKE2b-256 |
f54c530f32a08ed9bc4e139a99ba9e3d410fd30f74270e465250f7b728989035
|
File details
Details for the file recite_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: recite_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e30ddc57ffaec2fcdae9e391ff22e2111269dd15031053a39e285fba71bcf1d
|
|
| MD5 |
f49770a9bdc42410f7b14bb563ba68fb
|
|
| BLAKE2b-256 |
f62155ce62cddda996a33583272a4ac4dfc69bb87f446aa547f116b92f883a87
|