Lannex

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
expenses_log_transaction

Log a new expense or income transaction

expenses_get_spending_summary

Get spending summary breakdown by category for a timeframe

expenses_detect_zombie_subscriptions

Detect recurring monthly subscriptions, annual financial drain, and flag duplicate or zombie subscription waste.

expenses_upload_receipt

Upload a receipt image for scanning and expense logging.

expenses_scan_receipt_vision

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!

expenses_get_recent_transactions

Get the most recent transactions, sorted newest first.

expenses_get_income_vs_outgoing

Get total incoming vs outgoing money for a timeframe, with net cash flow.

expenses_parse_transaction_message

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.

dashboard_get_money_summary

Get an overview of the user's current financial snapshot: wallet balance, money owed by friends, investment growth percentage, and quick-action shortcuts.

splitter_split_bill

Split a bill among multiple people proportionally, factoring in tax and tip.

splitter_create_payment_link

Generate WhatsApp and UPI payment links to request a specific amount from a person.

splitter_extract_receipt_items

Extract line items from a base64 encoded receipt image using vision/OCR.

splitter_extract_and_split_receipt

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.

splitter_minimize_group_settlement

Compress a complex web of multi-friend group debts into the minimal number of direct settlements with payment links.

splitter_parse_receipt_text

Intelligently parse raw receipt text into structured line items, merchant name, tax, tip, and total.

actions_remind_friend

Remind a friend to pay you back by generating a WhatsApp link. If amount is omitted, looks up the pending debt amount.

actions_suggest_investments

Suggest investments for a given amount of spare cash.

actions_tax_saver_nudge

Check available tax savings and suggest a contribution.

actions_can_i_afford_this

Evaluate an impulse purchase for opportunity cost, work hours required, and financial runway risk.

actions_get_pending_nudges

Get all pending investment nudges based on recent activity.

portfolio_get_portfolio

Get the current user's professional investment portfolio details including total value, daily change, and holdings.

debts_get_debts

Get a ledger of all pending debts (who owes the user, and who the user owes)

debts_add_debt

Log a new debt or loan

debts_mark_debt_paid

Mark a specific debt as paid