Skip to main content
Glama
shaack

mcp-for-money-money

by shaack

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
export_accountsA

Exportiert die Kontenliste aus MoneyMoney als plist. Zeigt die exakten Kontonamen für den account-Parameter von export_transactions. MoneyMoney muss entsperrt sein.

export_transactionsA

Exportiert die Umsätze eines Kontos in einem Zeitraum. Das plist enthält bookingDate, amount, name und purpose je Buchung, in Buchungsreihenfolge je Tag. Das ist die Soll-Liste der Abbuchungen für den Rechnungsabgleich. MoneyMoney muss entsperrt sein.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools target completely distinct resources and operations: one exports the account list, the other exports transactions for a specific account. Their purposes are clearly separated with no overlap.

Naming Consistency5/5

Both tools follow the exact same verb_noun pattern: export_accounts and export_transactions. The naming is perfectly consistent and predictable.

Tool Count3/5

With only 2 tools, the server feels thin for what appears to be a specialized MoneyMoney integration, though it may be justified if these are the only needed operations. This is borderline given the narrow domain scope.

Completeness3/5

The two tools cover the core data export flows (getting account references and exporting transactions), but there are no update/delete/cancel operations. For a read-only export purpose this may be complete, yet the transaction export lacks flexibility (e.g., no filtering by type, no summary/aggregation options).

Maintenance

ActivitySlowing
ResponsivenessNo issues