Tygarun Cli
FreeMaintainedSaaS infrastructure for coding agents — 48 modules, 4,600+ endpoints, zero dependencies
About
SaaS infrastructure for coding agents — 48 modules, 4,600+ endpoints, zero dependencies
README
The tyr CLI gives your coding agent full control of tyga.run — the platform that runs your SaaS. 48 modules, 4,600+ endpoints, zero dependencies.
Your agent manages users, billing, scheduling, support, CRM, compliance, and more — all from the terminal.
Early Access
tyga.run is in closed beta. Join the waitlist to get your API key.
Already have access? Install and go:
Install
npm install -g tygarun
Quick Start
# Create your SaaS
tyr signup my-project --local
# Check status
tyr status
# Manage users
tyr users
tyr user create "[email protected]" --role admin
# Subscription plans
tyr plans
tyr plan create "Pro" --price 29.99 --interval monthly
# Support tickets
tyr ticket create "Dashboard loading slow" -p high
# CRM
tyr lead create "John Smith" --email [email protected]
# Compliance (ISO 27001)
tyr compliance dashboard
tyr compliance policies create --framework iso27001
# Call ANY of 4,600+ endpoints
tyr api GET /scheduling/bookings
tyr api POST /ecommerce/catalog --data '{"name":"Widget","price":9.99}'
# Full reference
tyr --help
48 SDK Modules
Every module is a first-class CLI command:
| Category | Modules |
|---|---|
| Identity | users, keys, orgs, members, workspaces |
| Billing | plans, invoices, subscriptions, payments, coupons |
| Scheduling | bookings, availability, event-types, meetings |
| CRM | leads, opportunities, pipelines, campaigns |
| Support | tickets, kb, agents |
| Ecommerce | products, orders, carts, collections |
| Compliance | dashboard, audit-trail, access-review, dpa, sub-processors, policies |
| Content | pages, blogs, forms, newsletters, courses |
| AI | ai chat, ai agents, ai image |
| Analytics | analytics events, analytics metrics, analytics dashboard |
| Communication | channels, posts, notifications, email |
| Infrastructure | domains, webhooks, hosting, maps, files |
Plus tyr api — a raw escape hatch to call any endpoint directly.
Agent Integration
Works with every agent platform:
tyr init # auto-detects your agent, shows config snippet
| Agent | Config File | Supported |
|---|---|---|
| Claude Code | CLAUDE.md + .mcp.json |
MCP native tools |
| Cursor | .cursorrules |
CLI commands |
| Cline | .clinerules |
CLI commands |
| Windsurf | .windsurfrules |
CLI commands |
| Aider | AGENTS.md |
CLI commands |
| Codex | AGENTS.md |
CLI commands |
MCP Server (Claude Code)
Native tool integration — Claude Code discovers tyr tools automatically:
{
"mcpServers": {
"tygarun": {
"type": "stdio",
"command": "tyr",
"args": ["mcp-serve"]
}
}
}
14 built-in tools including tygarun_api — the escape hatch that gives your agent access to all 4,600+ endpoints as a native tool.
Per-Project Config
tyr login --local --key YOUR_KEY # saves to .tyr/config.json (project)
tyr login --key YOUR_KEY # saves to ~/.tyr/config.json (global)
tyr config # show active config
Config priority: --key flag > TYR_API_KEY env > .tyr/config.json (local) > ~/.tyr/config.json (global)
Usage Tracking
Every CLI call includes X-Tyr-Module and X-Tyr-Command headers for per-module usage metering. Track what your agents use, rate-limit by plan tier, bill per call.
Zero Dependencies
Built with Node.js built-in modules only. No axios, no commander, no chalk. One npm install, works everywhere.
Documentation
- tyga.run — Platform
- Documentation — Platform docs
- llms.txt — Machine-readable API reference
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.
Install Tygarun Cli in Claude Desktop, Claude Code & Cursor
unyly install tygarun-cliInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add tygarun-cli -- npx -y tygarunStep-by-step: how to install Tygarun Cli
FAQ
Is Tygarun Cli MCP free?
Yes, Tygarun Cli MCP is free — one-click install via Unyly at no cost.
Does Tygarun Cli need an API key?
No, Tygarun Cli runs without API keys or environment variables.
Is Tygarun Cli hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Tygarun Cli in Claude Desktop, Claude Code or Cursor?
Open Tygarun Cli on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Stripe
Payments, customers, subscriptions
by Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
embeddedlayers/mcp-analytics
Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources
by embeddedlayerscarrierone/verilexdata-mcp
20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit
by carrieronetipdotmd/tip-md-x402-mcp-server
MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.
by tipdotmdlaundromatic/shopgraph
Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev
by laundromaticmrslbt/xendit-mcp
Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal
by mrslbt@arbitova/mcp-server
Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create
by jiayuanliang0716-maxCompare Tygarun Cli with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All finance MCPs
