A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"financeflow": {
"url": "https://financeflow-6a53c2ae-yashs-org-37342b11.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
"financeflow": {
"serverUrl": "https://financeflow-6a53c2ae-yashs-org-37342b11.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.financeflow] url = "https://financeflow-6a53c2ae-yashs-org-37342b11.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://financeflow-6a53c2ae-yashs-org-37342b11.app.nitrocloud.ai/mcp
Import transactions from a CSV file and analyze basic statistics
Categorize transactions and show spending breakdown
Detect recurring subscription charges from transaction history
Find subscriptions that have not been charged recently
Detect price increases in recurring charges
Find duplicate charges that may indicate billing errors
Analyze spending trends over time
Generate comprehensive HTML savings dashboard with D3.js charts
Generate monthly budget breakdown report with charts
Validate CSV structure before importing
Search all transactions with a specific person by name
Find tax deductions from transaction history (Indian tax rules)
Simulate savings goal feasibility and generate a spending cuts plan