The Carta MCP Node integrates securely with Carta's equity management platform through the Scalekit MCP gateway. It enables your AI agent to query cap tables, accounts, contexts, remote/static views, and perform discovery, mutation, and user lookups.
Parameters
Required Parameters
- action (string): The target Carta MCP tool action to run. Must be one of the enabled actions:
cartamcp_cap_table_chart: Cap Table Chart.cartamcp_discover: Discover.cartamcp_fetch: Fetch.cartamcp_get_current_user: Get Current User.cartamcp_list_accounts: List Accounts.cartamcp_list_contexts: List Contexts.cartamcp_mutate: Mutate.cartamcp_set_context: Set Context.cartamcp_view_remote: View Remote.cartamcp_view_static: View Static.cartamcp_welcome: Welcome.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs.
Practical Use Cases
- Equity data exploration: List accounts and current user information to build customized cap-table or ownership reports.
- Contextual workflows: Set or list contexts and fetch remote or static content for targeted Carta operations.