Skip to main content
Glama
anjulbhatia

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 Indian 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.


Related MCP server: freee会計 MCP Server

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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