Equity Reconciliation (Carta MCP)

Connects to your Carta account via the Carta MCP server, pulls your cap table live, and reconciles it against your HRIS export employee by employee. Surfaces termination-date mismatches, terminated employees with active grants or lapsed exercise windows, and grants missing source documents. Exceptions are ranked by severity. Nothing is changed in either system. The HRIS side stays file-based (CSV/spreadsheet). This is the MCP-native variant; a platform-agnostic CSV version is available separately.

First-party, by Skills and Agents Co

July 2, 2026

Verified
Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download
Or install with the CLInpx skills add skills-agents-co/skills-and-agents-library/equity-reconciliation-carta

Required MCPs

Carta MCP

Carta's official MCP server. Read-only access to cap table, securities, stakeholders, vesting schedules, transaction history, and 409A data via OAuth.

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

Live equity reconciliation powered by the Carta MCP server. Pulls cap-table data directly from Carta, compares it against your HRIS export, and surfaces termination-date mismatches, active grants for terminated employees, lapsed exercise windows, and missing source documents. Use periodically and before any capital raise or audit.

This is the MCP-native variant. The HRIS side stays file-based (CSV/spreadsheet). A platform-agnostic version that works with any cap-table system via CSV export is available separately.

Includes an eval contract with five self-tests covering termination/active-grant severity ranking, ambiguous name matching, missing source documents, same-name/different-ID distinct records, and MCP connection failure handling.

View full SKILL.md on GitHub