A powerful MCP server built with NitroStack
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:
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
"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
Create a new wallet for a user
Get wallet details by ID
List all wallets for a user
Update wallet details
Delete a wallet
Create a new transaction
List all transactions for a wallet
Filter transactions by category
Get transaction summary for a wallet
Create a new budget
Get budget details by ID
List all budgets for a user
Update the spent amount for a budget
Check the status of a budget (remaining, percent used, overage)
Calculate total balance across all wallets for a user
Get spending breakdown by category for a user
Forecast which budgets will be overaged based on current spending trends
Register a recurring bill (subscription, EMI, utility)
List a user's recurring bills
Set a financial policy (minimum balance, payment priority order)
Get a user's financial policy
Check if paying an amount is safe under the current policy
Propose a payment decision for human approval — does not execute anything
List proposals awaiting human approval
Human approves or rejects a pending proposal — the ONLY tool that actually executes a payment
Get a 0-100 score representing the user's overall financial health, with a breakdown of contributing factors
Predict the balance N days into the future based on recent income/expense patterns, and estimate days until shortfall
Check if the most recent spend in a category is unusually high compared to the average for that category
Get personalized suggestions on where the user could cut back spending, based on budget usage