Skip to main content
Glama
govRosMedia

Stars Cash Flow MCP Server

by govRosMedia

Stars Cash Flow โ€” MCP server, AI skill & Hermes tool

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

Documentation

  • ๐Ÿ“˜ API reference โ€” every action, field and guarantee

  • ๐Ÿš€ Quickstart โ€” set up each surface in minutes

  • โ“ FAQ โ€” common questions

  • โš ๏ธ Error reference โ€” every error message and fix

  • ๐Ÿงช Examples โ€” runnable curl / Python / Node

Related MCP server: telegram-mcp

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 @StarsCashFlowbot โ†’ Reseller. 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:

  • MCP โ€” create_order is two-step: the first call returns a cost estimate; it only places the order when called again with confirm: true.

  • CLI โ€” order / 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 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", "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 "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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/govRosMedia/stars-cash-flow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server