Fincopilot Server

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
    "fincopilot-server": {
      "url": "https://fincopilot-6a64b3-matrix-engineers-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
    "fincopilot-server": {
      "serverUrl": "https://fincopilot-6a64b3-matrix-engineers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.fincopilot-server]
url = "https://fincopilot-6a64b3-matrix-engineers-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://fincopilot-6a64b3-matrix-engineers-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
create_wallet

Create a new wallet for a user

get_wallet

Get wallet details by ID

list_wallets

List all wallets for a user

update_wallet

Update wallet details

delete_wallet

Delete a wallet

create_transaction

Create a new transaction

list_transactions

List all transactions for a wallet

filter_transactions_by_category

Filter transactions by category

get_transaction_summary

Get transaction summary for a wallet

create_budget

Create a new budget

get_budget

Get budget details by ID

list_budgets

List all budgets for a user

update_budget_spent

Update the spent amount for a budget

check_budget_status

Check the status of a budget (remaining, percent used, overage)

calculate_balance

Calculate total balance across all wallets for a user

get_spending_by_category

Get spending breakdown by category for a user

forecast_budget_overage

Forecast which budgets will be overaged based on current spending trends

add_recurring_bill

Register a recurring bill (subscription, EMI, utility)

get_upcoming_bills

List a user's recurring bills

set_policy

Set a financial policy (minimum balance, payment priority order)

get_policy

Get a user's financial policy

check_policy

Check if paying an amount is safe under the current policy

propose_action

Propose a payment decision for human approval — does not execute anything

get_pending_approvals

List proposals awaiting human approval

approve_action

Human approves or rejects a pending proposal — the ONLY tool that actually executes a payment

get_financial_health_score

Get a 0-100 score representing the user's overall financial health, with a breakdown of contributing factors

predict_cash_flow

Predict the balance N days into the future based on recent income/expense patterns, and estimate days until shortfall

detect_spending_anomaly

Check if the most recent spend in a category is unusually high compared to the average for that category

get_savings_recommendation

Get personalized suggestions on where the user could cut back spending, based on budget usage