-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.32 KB
/
server.json
File metadata and controls
37 lines (37 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.PromptExecution/ledgerr-mcp",
"title": "l3dg3rr Tax Ledger",
"description": "Local-first U.S. expat tax document intelligence MCP server. Ingests PDF statements, classifies transactions, and produces CPA-auditable Excel workbooks — no data leaves your machine.",
"repository": {
"url": "https://github.com/PromptExecution/l3dg3rr",
"source": "github"
},
"version": "v0.1.0",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/PromptExecution/l3dg3rr/releases/download/v0.1.0/ledgerr-mcp-x86_64-unknown-linux-musl.mcpb",
"fileSha256": "a21ca4312f18da93fd715716ccd207168496a15625c1c71854973e1a7e180ed1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "LEDGER_WORKBOOK_PATH",
"description": "Path to the Excel workbook (default: tax-ledger.xlsx in CWD)",
"isRequired": false,
"format": "string",
"isSecret": false
},
{
"name": "LEDGER_PDF_INBOX",
"description": "Directory watched for incoming PDF statements",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
]
}