Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Stars Cash Flow Server

FreeNot checked

Enables AI agents to interact with the Stars Cash Flow reseller API for real Telegram actions, including listing services, checking balance, creating orders wit

GitHubEmbed

About

Enables AI agents to interact with the Stars Cash Flow reseller API for real Telegram actions, including listing services, checking balance, creating orders with cost confirmation, and managing orders.

README

Stars Cash Flow — Telegram Stars CPA · MCP for AI agents

Stars Cash Flow — MCP server, AI skill & Hermes tool

Buy and manage real Telegram Stars CPA / SMM orders — channel subscribers, boosts and bot starts — straight from Claude, ChatGPT, or any AI agent.

CI npm License: MIT MCP

Drive the Stars Cash Flow reseller API from any AI agent. Stars Cash Flow is a CPA exchange for real Telegram actions — channel subscribers, boosts and bot starts fulfilled by verified real users, not bots. The API is JustAnotherPanel / Perfect-Panel compatible, so it drops into any existing SMM-panel integration.

One API contract, three first-class surfaces:

Surface Path For
MCP server (TypeScript) src/dist/ Claude Desktop, Claude Code, any MCP host
Universal skill skill/SKILL.md · openapi.yaml Claude Code skills, ChatGPT Custom GPT Actions
Hermes skill + CLI hermes/ Hermes Agent, or any shell

Highlights

  • 🤝 Drop-in compatible — JustAnotherPanel / Perfect-Panel API; swap URL + key.
  • 🔒 Money-safe by design — ordering and cancelling are two-step; nothing spends or refunds without explicit confirmation.
  • 🧩 Works everywhere — MCP for Claude, an OpenAPI action for ChatGPT, a skill + zero-dependency CLI for Hermes and any shell.
  • 📘 Fully documented — API reference, quickstart, FAQ, error reference, runnable examples.
  • Tested & typed — TypeScript client, vitest suite, CI on Node 18/20/22, published with provenance.

Documentation

The API in 30 seconds

POST https://api-stars.ros.media/api/v2 — form-encoded, dispatched on action:

action fields returns
services catalog (id, name, USD rate /1000, min, max)
balance key { balance, currency }
add key, service, link, quantity { order }spends balance
status key, order / orders { charge, start_count, status, remains, currency }
cancel key, orders { canceled: [ids] } — refunds remainder

Get an API key from @StarsCashFlowbotReseller. Everything except services needs the key; the key holds a USD balance. Rate limit: 60 req/min/key.

🔴 Money safety

add debits real USD. Every surface here prices the order first and refuses to spend without explicit confirmation:

  • MCPcreate_order and cancel_order are two-step: the first call returns a preview (cost estimate / what would be cancelled); they only act when called again with confirm: true.
  • CLIorder / cancel print an estimate and do nothing unless --confirm.
  • Skill — instructs the agent to price, show the cost, and get a "yes" first.

Never hardcode or print the key — read it from STARS_CASH_FLOW_API_KEY.

Install — MCP server

Once published:

npx -y @rosmedia/stars-cash-flow-mcp

Or from source:

git clone https://github.com/govRosMedia/stars-cash-flow-mcp.git
cd stars-cash-flow-mcp
npm install && npm run build

Register in an MCP host (claude_desktop_config.json / .mcp.json):

{
  "mcpServers": {
    "stars-cash-flow": {
      "command": "npx",
      "args": ["-y", "@rosmedia/stars-cash-flow-mcp"],
      "env": {
        "STARS_CASH_FLOW_API_KEY": "your-key",
        "STARS_CASH_FLOW_API_BASE": "https://api-stars.ros.media/api/v2"
      }
    }
  }
}

Tools: list_services, get_balance, create_order (confirm-gated), order_status, cancel_order.

See the Quickstart for ChatGPT and Hermes setup.

Use the typed client directly

import { StarsCashFlowClient } from "@rosmedia/stars-cash-flow-mcp";

const client = new StarsCashFlowClient(); // reads STARS_CASH_FLOW_API_KEY
const services = await client.listServices();
const cost = StarsCashFlowClient.cost(services[0], 1000); // USD

Development

npm install
npm run build      # tsc → dist/
npm test           # vitest
npm run typecheck  # tsc --noEmit

CI runs build + tests on Node 18/20/22. See CONTRIBUTING.md.

License

MIT © Stars Cash Flow

from github.com/govRosMedia/stars-cash-flow-mcp

Install Stars Cash Flow Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install stars-cash-flow-mcp-server

Installs 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 stars-cash-flow-mcp-server -- npx -y @rosmedia/stars-cash-flow-mcp

FAQ

Is Stars Cash Flow Server MCP free?

Yes, Stars Cash Flow Server MCP is free — one-click install via Unyly at no cost.

Does Stars Cash Flow Server need an API key?

No, Stars Cash Flow Server runs without API keys or environment variables.

Is Stars Cash Flow Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Stars Cash Flow Server in Claude Desktop, Claude Code or Cursor?

Open Stars Cash Flow Server 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

Compare Stars Cash Flow Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs