MT
MLP Tax Computation Engine
/mlp_sell_vs_hold
mlp sell vs hold
Compares selling an MLP position today (triggering §751(a) hot-asset ordinary recapture plus §731(a)(1) long-term capital gain) against holding the position unt
liveverifiedunknown~5s typical
mcpprobedmlptaxcomputation
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-lucasandersen-mlp-tax /mlp_sell_vs_hold for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string (EPD | ET | MPLX | WES | PAA | NRP) | |
| units* | number | |
| purchase_price | number | |
| years_held | number | Years the position has been held (default 10) |
| years_to_project | number | Years to project the hold scenario (default 10) |
| tax_bracket | number | |
| community_property | boolean |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-lucasandersen-mlp-tax","endpoint":"/mlp_sell_vs_hold","input":{"ticker":"EPD","units":1}}'cli
npx cracked-ai run -p mcp-ai-lucasandersen-mlp-tax -e /mlp_sell_vs_hold -i '{"ticker":"EPD","units":1}'mcp
run_tool({ provider: "mcp-ai-lucasandersen-mlp-tax", endpoint: "/mlp_sell_vs_hold", input: {"ticker":"EPD","units":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.