Skip to main content
Glama

GullakAI MCP Server

by anjulbhatia

GullakAI MCP Server

A lightweight MCP server for personal finance assistance, expense tracking, financial news simplification, and local purchasing power comparisons across South Asian cities.


Features

  • Core Finance Q&A
    Conversational AI that answers personal finance questions clearly and simply in multiple languages.
  • Financial News Simplifier
    Summarizes and explains complex financial news and jargon in easy-to-understand language.
  • Expense & Budget Monitor
    Manage budgets, record expenses, track debts and bills using simple chat commands.
  • Purchasing Power Checker
    Compare salary affordability and cost of living across cities using local purchasing power parity data.

Setup Instructions

  1. Clone the repository and install dependencies:
    uv .venv uv sync source .venv/activate
  2. Configure environment variables: Create a .env file in the root folder with:
AUTH_TOKEN=your_secure_token_here MY_NUMBER=your_whatsapp_number_here
  1. Add purchasing power data: Ensure the file purchasingpower.json is present with the structure:
{ "cities": [ {"city": "Hyderabad, India", "local_purchasing_power_index": 154.1}, {"city": "Bangalore, India", "local_purchasing_power_index": 149.7} // ... more cities ] }
  1. Run the MCP server:
python server.py

Usage

  1. Interact with the MCP tools through your WhatsApp bot or other MCP-compatible clients.

Expense commands supported:

set budget ...

spent on

owe <person/description>

bill due YYYY-MM-DD

summary [month]

  1. Ask natural language finance questions or purchasing power comparisons.

Notes

Expense and budget data is cached in memory with a 7-day expiration.

Designed for asynchronous operation suitable for WhatsApp and browser-based chatbot integration.


License

This project is licensed under the MIT License.

Let me know if you want it expanded or more examples included!

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables personal finance management through conversational AI, including expense tracking, budget monitoring, financial news simplification, and purchasing power comparisons across South Asian cities. Designed for WhatsApp integration with natural language commands for financial assistance.

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A server that provides advanced mathematical and financial calculation capabilities for AI code assistants, enabling them to perform complex calculations like symbolic calculus, numerical methods, and financial analysis without implementing algorithms directly.
    Last updated -
    18
    3
    JavaScript
  • A
    security
    A
    license
    A
    quality
    An MCP to give AI agents extensive knowledge of your personal finances and control of your budgeting.
    Last updated -
    14
    3
    Python
    MIT License
    • Apple
    • Linux
  • -
    security
    A
    license
    -
    quality
    Enables AI assistants to access and manage accounting data through the freee accounting API, supporting operations like transaction management, financial analysis, and account item management.
    Last updated -
    701
    1
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that allows AI assistants to interact with Lunch Money accounts, enabling management of transactions, categories, budgets, and other financial data through natural language commands.
    Last updated -
    Python
    MIT License
    • Apple
    • Linux

View all related MCP servers

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/anjulbhatia/Gullak-MCP'

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