credyt/ai-tools

53 stars · Last commit 2026-05-13

AI agent skills and MCP integration for Credyt — real-time usage-based billing for AI products. Works with Claude Code, Cursor, Codex, and Copilot. Add wallets, credits, usage metering, and a customer Billing Portal to any project with a single prompt.

README preview

# Credyt AI Tools

Set up and integrate [Credyt](https://credyt.ai) — real-time monetization infrastructure for AI products — directly from your AI agent. Four skills guide you from pricing strategy through production integration.

## Quick install (any AI agent)

Install for Claude Code, Cursor, Codex, Gemini, Copilot, and other agents:

**1. Connect the Credyt MCP server** — get an API key at [app.credyt.ai](https://app.credyt.ai/api/sign-up), then run:

```bash
npx add-mcp \
  https://mcp.credyt.ai \
  --header "Authorization: Bearer key_your_api_key_here"
```

**2. Add the skills:**

```bash
npx skills add credyt/ai-tools

View full repository on GitHub →