Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

MLP Tax Computation Engine

ai.lucasandersen/mlp-tax

Deterministic MLP tax engine with IRS citations. 6 tools: basis, §751, estate, projections.

Uptime
16.7%
36 probes
Response
189ms
last probe
Tools
6
callable

Tools · 6

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 computation), §731(a) (distributions ex…

mlp_estate_planning

Computes §1014 stepped-up basis and estate-planning analysis for one or more direct MLP positions held until death, per IRC §1014(a) (basis at death), §1014(b)(6) (community-property double step-up), …

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 until death (where §1014(a) step-up elimina…

mlp_info

Returns reference data for a supported MLP ticker — current cash distribution per unit, distribution growth CAGR, default return-of-capital percentage, distribution coverage ratio, K-1 entity count, o…

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 computation), §722 (initial basis), §731(a…

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 exceeding basis), §751(a) (accumulated ordinar…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mlp_tax_computation_engine": {
      "url": "https://api.lucasandersen.ai/mcp",
      "transport": "streamable-http"
    }
  }
}