MLP Tax API & MCP Server

Free MCP and REST API for MLP and K-1 partnership tax math — adjusted-basis tracking from real K-1 box values, multi-year projections, and sell-vs-hold break-evens. Every computed value carries its IRC citation. Same engine that powers the tools on this site, callable from Claude, any MCP client, or plain HTTPS.

Six tools

Get a free API key

Email only — no card. A key lifts the anonymous limits and gets you change notifications before anything about these tools moves.

Connect

MCP endpoint (JSON-RPC 2.0 over HTTPS POST): https://api.lucasandersen.ai/mcp

Claude Desktop / any MCP client (claude_desktop_config.json):

{
  "mcpServers": {
    "lucasandersen-mlp-tax": {
      "command": "npx",
      "args": ["mcp-remote", "https://api.lucasandersen.ai/mcp"]
    }
  }
}

REST (OpenAPI spec at https://api.lucasandersen.ai/openapi.json):

curl -X POST https://api.lucasandersen.ai/v1/mlp/project \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"ticker":"EPD","units":1000}'

Limits

Anonymous callers get 3 calls per tool per day — enough to evaluate every tool. A free key lifts that for real workloads. For sustained high volume, metered billing is available — reply to your key email or see the premium tools page for what paid tiers include.