Official Claude Code plugins published by Slice Global Equity.
This repository is a Claude Code plugin marketplace. It currently ships a single plugin:
slice-global— read-only access to your Slice cap table, grants, shares, warrants, convertibles, ownership, equity plans, compliance tickets, workflows, valuations, and company settings through the Slice MCP server.
Once the plugin is enabled, Claude can answer questions like:
- "Summarize my cap table."
- "List all grants for Alice Smith."
- "What is the fully diluted ownership percentage of our top 5 stakeholders?"
- "Show me all outstanding warrants and their strike prices."
- "How many shares are still available in the 2024 ESOP pool?"
- "What are our highest-risk compliance issues?"
- "Which exercise workflows are waiting on payment or tax withholding?"
- "Model how proceeds would split in a $50M exit waterfall."
- "Prepare a board summary for offered grants and ESOP pool usage."
The plugin is read-only in this release: Claude cannot create, modify, or delete data in your Slice account.
The plugin also ships Claude skills that teach agents how to use Slice MCP tools without over-fetching data:
- Securities and vesting timeline analysis.
- Cap-table, ownership, ESOP pool, share-class, and round analysis.
- Compliance ticket posture and object-level compliance analysis.
- Equity compensation, grant, tax-treatment, valuation, and PTEP analysis.
- Funding round and exit waterfall analysis.
- Workflow, pending payment, and tax-withholding analysis.
- Board presentation and grant approval pack preparation.
Claude Code auto-loads each skill when the user's request matches its frontmatter description. MCP tools themselves are discovered dynamically from the Slice server; run /mcp slice-global to inspect the current tool list.
- Claude Code installed.
- An active Slice login at
app.sliceglobal.com.
The Slice MCP server is gated behind OAuth against app.sliceglobal.com, which is a paid B2B product. If you are reviewing or evaluating this plugin and do not have a Slice account, email support@sliceglobal.com to request a sandbox tenant and test credentials.
/plugin marketplace add Global-Slice/claude-plugin
/plugin install slice-global@slice-pluginsThe first command registers this repository as a marketplace; the second installs the slice-global plugin from it.
Download the latest release zip and upload it in your Claude settings:
https://github.com/Global-Slice/claude-plugin/releases/latest/download/slice-claude.zip
The first time Claude calls a Slice tool, Claude Code opens your browser to complete an OAuth 2.1 sign-in against Slice's identity provider (Descope). After you approve, the access and refresh tokens are stored in your operating system's secure store (macOS Keychain, Windows Credential Manager, or libsecret on Linux) and refreshed automatically. Tokens never leave your machine.
/plugin list # slice-global@slice-plugins should be listed and enabled
/mcp # the `slice-global` server should appear as connected
/mcp slice-global # lists every tool the Slice MCP server exposes- Read-only: this release exposes only read tools. No mutations.
- Scoped to your login: every request runs under your Slice user; you only see data your Slice account is authorized to see.
- No long-lived secrets in the plugin:
.mcp.jsondoes not contain any tokens or API keys. All auth is handled by Claude Code's built-in OAuth flow. - Tokens stay on your machine: stored by Claude Code in the OS secure store and refreshed locally.
/mcp slice-globalshows "not connected" or auth errors: run/mcpand reconnect theslice-globalserver. This restarts the OAuth flow and replaces any stale tokens.- Browser did not open during sign-in: copy the URL printed in the Claude Code output and open it manually.
- Plugin not visible after install: run
/reload-plugins, then/plugin list. - Need to fully reset:
/plugin uninstall slice-global@slice-pluginsfollowed by/plugin install slice-global@slice-plugins.
If the issue persists, please contact support@sliceglobal.com.
MIT — © 2026 Slice Global Equity.