MT
MLP Tax Computation Engine
/k1_basis_multi_year
k1 basis multi year
Computes a running adjusted partner basis across multiple years of Schedule K-1 data, per IRC §705 (basis computation), §731(a)(1) (gain on distributions exceed
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_multi_year for me.
Input
| Field | Type | Description |
|---|---|---|
| ticker* | string (EPD | ET | MPLX | WES | PAA | NRP) | |
| units* | number | |
| purchase_price* | number | |
| purchase_year | number | |
| k1_years* | array | Array of annual K-1 data, one per year held (max 50) |
| tax_bracket | number |
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_multi_year","input":{"ticker":"EPD","units":1,"purchase_price":1,"k1_years":[]}}'cli
npx cracked-ai run -p mcp-ai-lucasandersen-mlp-tax -e /k1_basis_multi_year -i '{"ticker":"EPD","units":1,"purchase_price":1,"k1_years":[]}'mcp
run_tool({ provider: "mcp-ai-lucasandersen-mlp-tax", endpoint: "/k1_basis_multi_year", input: {"ticker":"EPD","units":1,"purchase_price":1,"k1_years":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.