A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"lannex": {
"url": "https://lannex-6a653137-ignite-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"lannex": {
"serverUrl": "https://lannex-6a653137-ignite-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.lannex] url = "https://lannex-6a653137-ignite-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://lannex-6a653137-ignite-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Log a new expense or income transaction
Get spending summary breakdown by category for a timeframe
Detect recurring monthly subscriptions, annual financial drain, and flag duplicate or zombie subscription waste.
Upload a receipt image for scanning and expense logging.
Reads an uploaded receipt image from disk so you can use your vision capabilities to analyze it. You MUST call this to see the receipt!
Get the most recent transactions, sorted newest first.
Get total incoming vs outgoing money for a timeframe, with net cash flow.
Parse a forwarded bank/UPI SMS message to extract transaction details (amount, merchant/counterparty, direction). If it looks like a peer-to-peer transfer rather than a merchant transaction, flags it as a potential debt entry.
Get an overview of the user's current financial snapshot: wallet balance, money owed by friends, investment growth percentage, and quick-action shortcuts.
Split a bill among multiple people proportionally, factoring in tax and tip.
Generate WhatsApp and UPI payment links to request a specific amount from a person.
Extract line items from a base64 encoded receipt image using vision/OCR.
Extract line items from a receipt image, assign them to people using an assignment prompt, and automatically split the bill to create real debt records.
Compress a complex web of multi-friend group debts into the minimal number of direct settlements with payment links.
Intelligently parse raw receipt text into structured line items, merchant name, tax, tip, and total.
Remind a friend to pay you back by generating a WhatsApp link. If amount is omitted, looks up the pending debt amount.
Suggest investments for a given amount of spare cash.
Check available tax savings and suggest a contribution.
Evaluate an impulse purchase for opportunity cost, work hours required, and financial runway risk.
Get all pending investment nudges based on recent activity.
Get the current user's professional investment portfolio details including total value, daily change, and holdings.
Get a ledger of all pending debts (who owes the user, and who the user owes)
Log a new debt or loan
Mark a specific debt as paid