Kill The MCP. Use CLIs.

MCPs should've just been CLIs with good docs so your AI could easily connect to any 3rd party API. We're fixing that.

5
CLIs
~10K
LOC
133+
Docs
MIT
License

Available CLIs

Starting with finance APIs. More coming soon - Stripe, Shopify, and others.

Why CLI over MCP?

Direct API access beats abstraction layers.

Faster

Direct API calls. No server overhead. No protocol parsing.

Cheaper

Zero hosting. Zero per-request fees. Just your API bill.

Simpler

Standard Unix. Pipe, redirect, compose. You know this.

Deterministic

Same input, same output. Every time. No surprises.

Debuggable

See what's happening. Read the code. No black boxes.

Portable

Got Node.js? You're done. No containers. No setup.