Open-Ledger-MCP-Server

Official
{ "name": "open-ledger-mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for OpenLedger API (https://openledger.com) - an embedded accounting API that consolidates your customer's financial data into your platform and can entirely manage a ledger through an API, perfect for AI agents", "main": "src/index.ts", "type": "module", "scripts": { "start": "bun run src/index.ts", "dev": "bun --watch src/index.ts", "build": "bun build src/index.ts --outdir ./dist", "test": "bun test" }, "keywords": [ "mcp", "openledger", "api", "model-context-protocol", "financial-data", "accounting" ], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "helmet": "^7.1.0", "joi": "^17.11.0", "morgan": "^1.10.0", "winston": "^3.11.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/morgan": "^1.9.9", "@types/node": "^20.10.5", "bun-types": "latest", "typescript": "^5.3.3" } }