# Era Context MCP Node

> Access Era Context MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/eracontextmcp-node

## Content

## Description
Access Era Context MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `eracontextmcp_accounts__check_account_balance`
* `eracontextmcp_accounts__list_financial_accounts`
* `eracontextmcp_accounts__manage_account`
* `eracontextmcp_accounts__set_account_visibility`
* `eracontextmcp_accounts__toggle_balance_backfill`
* `eracontextmcp_billing__cancel_subscription`
* `eracontextmcp_billing__get_current_plan`
* `eracontextmcp_billing__list_payments`
* `eracontextmcp_billing__list_plans`
* `eracontextmcp_billing__list_subscriptions`
* `eracontextmcp_billing__uncancel_subscription`
* `eracontextmcp_billing__upgrade`
* `eracontextmcp_connections__connect_bank_account`
* `eracontextmcp_connections__disconnect_institution`
* `eracontextmcp_connections__list_connections`
* `eracontextmcp_connections__set_proactive_sync_mode`
* `eracontextmcp_connections__trigger_connection_resync`
* `eracontextmcp_help__get_help`
* `eracontextmcp_insights__analyze_spending`
* `eracontextmcp_insights__compare_spending_periods`
* `eracontextmcp_insights__forecast_spending`
* `eracontextmcp_insights__get_cash_flow`
* `eracontextmcp_insights__get_daily_category_spending`
* `eracontextmcp_insights__get_daily_financial_summary`
* `eracontextmcp_knowledge__confirm_or_reject_inference`
* `eracontextmcp_knowledge__defer_question`
* `eracontextmcp_knowledge__forget`
* `eracontextmcp_knowledge__get_financial_context_and_overview`
* `eracontextmcp_knowledge__get_pending_questions`
* `eracontextmcp_knowledge__recall_history`
* `eracontextmcp_knowledge__remember`
* `eracontextmcp_knowledge__reset_pack_questions`
* `eracontextmcp_knowledge__show_question_ui`
* `eracontextmcp_nurture__get_my_status`
* `eracontextmcp_nurture__set_subscription`
* `eracontextmcp_referral__get_dashboard_sso`
* `eracontextmcp_referral__get_referral_link`
* `eracontextmcp_referral__get_referral_stats`
* `eracontextmcp_referral__join_referral_program`
* `eracontextmcp_referral__switch_referral_campaign`
* `eracontextmcp_transactions__import_csv_transactions`
* `eracontextmcp_transactions__list_recurring_charges`
* `eracontextmcp_transactions__list_spending_categories`
* `eracontextmcp_transactions__list_transactions`
* `eracontextmcp_transactions__manage_automation_rules`
* `eracontextmcp_transactions__manage_categories`
* `eracontextmcp_transactions__manage_manual_transaction`
* `eracontextmcp_transactions__manage_transaction_tags`
* `eracontextmcp_transactions__manage_transfer_links`
* `eracontextmcp_transactions__search_transactions`
* `eracontextmcp_transactions__update_transactions`

## Use Cases
1. **Automate Era Context MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.