Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Open-Ledger-MCP-Server
Claim
Official
by
openledger
GitHub
Finance
Databases
TypeScript
Apache 2.0
8
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Open-Ledger-MCP-Server
src
docker-compose.yml
Dockerfile
.dockerignore
docker-run.sh
.env.example
.gitignore
LICENSE
MCP_USAGE.md
package.json
README.md
run.sh
tsconfig.json
{ "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" } }