Skip to main content
Glama
haonguyen97ftu

avie-moneylover-mcp

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
loginA

Authenticate with Money Lover and return an access token.

get_user_infoC

Retrieve the authenticated Money Lover profile.

get_walletsB

List all wallets accessible to the authenticated user.

get_categoriesB

Retrieve categories for a specific wallet.

get_transactionsB

Fetch transactions for a wallet between two dates.

preview_transactionB

Resolve a category and check for an exact duplicate without writing anything.

add_transactionA

Create one transaction only after explicit confirmation. Validates category ownership and blocks exact duplicates by default.

diagnose_write_contextC

Read-only diagnostics for wallet ownership, browser write config, and category-v2 runtime mapping.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: login, user info, wallets, categories, transactions (list, preview, add), and diagnostics. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_wallets, add_transaction, diagnose_write_context). Although verbs vary, they match the action type appropriately, and the naming is uniform and predictable.

Tool Count5/5

With 8 tools, the server is well-scoped for a personal finance app. It covers authentication, read operations, transaction creation, and diagnostics without bloat or redundancy.

Completeness3/5

The tool set covers authentication, reading of user/wallets/categories/transactions, and adding transactions. However, it lacks update and delete operations for any resource, which are notable gaps in a typical CRUD lifecycle. This could hinder agents from correcting mistakes or modifying data.

Maintenance

ActivityMaintained
ResponsivenessNo issues