MLP Tax Computation Engine
MT
MLP Tax Computation Engine
/k1_basis_compute

k1 basis compute

Computes adjusted partner basis from a single year of Schedule K-1 data using the IRS Partner's Basis Worksheet methodology (Lines 1-14), per IRC §705 (basis co

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 /k1_basis_compute for me.

Input

FieldTypeDescription
ticker*string (EPD | ET | MPLX | WES | PAA | NRP)
units*number
prior_basis*numberBeginning-of-year adjusted basis in USD
box1*numberK-1 Box 1: ordinary business income (loss)
box19a*numberK-1 Box 19A: cash distributions
box2numberK-1 Box 2: net rental income
box5numberK-1 Box 5: interest income
box11numberK-1 Box 11: §179 / other deductions
box13wnumberK-1 Box 13W: §199A QBI amount
liability_increasenumber§752(a) liability increase in USD
liability_decreasenumber§752(b) liability decrease in USD
tax_bracketnumber

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

Try it

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