Skip to main content
Glama
nivela-tech

agnifolio-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
calculate_fire_numberA

Calculate the FIRE (Financial Independence, Retire Early) number from annual expenses and a safe withdrawal rate, plus — when current net worth, savings and return assumptions are given — progress %, estimated years to FIRE, and the Coast FIRE number. Pure local math, no data leaves the machine.

get_high_interest_productsA

List current high-interest savings accounts, fixed deposits, treasury products and similar across Singapore, India and the USA, with rates and conditions. Community-verified data from Agni Folio's public rates database.

find_networth_percentileA

Find what percentile a given net worth falls into, globally or within specific countries, optionally segmented by age and gender. Uses Agni Folio's anonymized public dataset.

get_agnifolio_infoB

What Agni Folio is, what this public server can do, and how to connect an AI to a user's own portfolio via the hosted OAuth MCP server.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct domain: FIRE calculation, server information, high-interest products, and net worth percentiles. There is no functional overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (calculate_, get_, find_). Even though 'find' and 'get' differ, they are both action verbs and the pattern is clear.

Tool Count5/5

With 4 tools, the server is well-scoped for a personal finance assistant. Each tool provides meaningful functionality without unnecessary bloat.

Completeness4/5

The core financial planning workflows (FIRE calculation, rate lookup, percentile comparison) are covered. A minor gap is the absence of a tool for detailed investment or expense tracking, but it does not hinder the main purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues