Skip to main content
Glama

Moneybird MCP Server

MIT License
39
18
  • Apple
version.ts420 B
/** * Semantic versioning for the Moneybird MCP Server * Standard semver rules: * - fix: increment patch version (backwards-compatible bug fixes) * - feat: increment minor version (backwards-compatible features) * - major: manual upgrade only (breaking changes) */ export const VERSION = { major: 0, minor: 6, patch: 5, toString: function() { return `${this.major}.${this.minor}.${this.patch}`; } };

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