A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"tap-and-save-mcp": {
"url": "https://mlk-6a59d6d-hackstreet-boys-amrita-university-amritapuri-campus.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
"tap-and-save-mcp": {
"serverUrl": "https://mlk-6a59d6d-hackstreet-boys-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.tap-and-save-mcp] url = "https://mlk-6a59d6d-hackstreet-boys-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://mlk-6a59d6d-hackstreet-boys-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Evaluates an external purchase (a URL or item name plus price) against the user's Main wallet budget and active savings goals, returning whether the purchase fits comfortably or would eat into locked savings.
Simulates OCR extraction of text from an uploaded receipt or invoice image, returning a structured text block (merchant, amount, reference) for downstream AI analysis in the Strict Savings emergency-withdrawal workflow.
Registers a savings goal target date and schedules a reminder alert as it approaches. Returns the list of currently scheduled reminders.
Sends a budget or Strict Mode alert notification to the user (e.g. a locked withdrawal attempt, a non-essential purchase rejection, or a goal milestone).
Connects to the Tap & Save backend to check wallet balances or trigger a transfer, using the caller's bearer token for authentication.
Analyzes OCR-extracted receipt/invoice text and classifies the underlying purchase as Essential (medical, housing, repair, utility) or Non-Essential (discretionary/luxury), producing a recommendation for the Strict Savings emergency-withdrawal workflow.