Skip to main content
Glama

Moneybird MCP Server

MIT License
7
18
  • Apple
package.json1.25 kB
{ "name": "moneybird-mcp-server", "version": "0.6.5", "description": "moneybird mcp server", "type": "module", "main": "dist/index.js", "bin": { "moneybird-mcp-server": "dist/index.js" }, "scripts": { "test": "test", "build": "tsc && shx chmod +x dist/index.js", "start": "node dist/index.js", "dev": "nodemon --exec node --loader ts-node/esm src/index.ts", "start:ts": "node --loader ts-node/esm src/index.ts", "prepare": "husky install", "version:update": "node scripts/update-version.js", "version:major": "node scripts/major-version.js", "precommit": "npm run version:update", "publish-npm": "node scripts/publish.js", "publish-dry-run": "node scripts/publish.js --dry-run" }, "author": "vanderheijden86@gmail.com", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "dotenv": "^16.4.5" }, "devDependencies": { "@types/dotenv": "^8.2.0", "@types/node": "^22.13.11", "husky": "^9.1.7", "nodemon": "^3.1.9", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanderheijden86/moneybird-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server