MLP Tax Computation Engine
MT
MLP Tax Computation Engine
/mlp_projection

mlp projection

Computes a multi-year tax projection for a publicly traded MLP position, applying the IRS Partner's Basis Worksheet methodology (Lines 1-14) per IRC §705 (basis

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_projection for me.

Input

FieldTypeDescription
ticker*string (EPD | ET | MPLX | WES | PAA | NRP)MLP ticker symbol
units*numberNumber of MLP units held
purchase_pricenumberPurchase price per unit in USD (optional — defaults to reasonable estimate)
yearsnumberProjection horizon in years (1-50, default 20)
tax_bracketnumberFederal marginal rate as decimal, e.g. 0.32 (default 0.32)

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_projection","input":{"ticker":"EPD","units":1}}'
cli
npx cracked-ai run -p mcp-ai-lucasandersen-mlp-tax -e /mlp_projection -i '{"ticker":"EPD","units":1}'
mcp
run_tool({ provider: "mcp-ai-lucasandersen-mlp-tax", endpoint: "/mlp_projection", input: {"ticker":"EPD","units":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.