Stars Cash Flow MCP Server
Provides a Hermes skill and CLI that enables the Hermes Agent to interact with the Stars Cash Flow API for managing Telegram-based orders, including order placement with confirmation and cancellation.
Allows interaction with the Stars Cash Flow reseller API to manage Telegram actions such as channel subscribers, boosts, and bot starts. Provides tools for listing services, checking balance, placing orders (with cost confirmation), order status, and cancellation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stars Cash Flow MCP Servercheck my balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
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) |
| Claude Desktop, Claude Code, any MCP host |
Universal skill | Claude Code skills, ChatGPT Custom GPT Actions | |
Hermes skill + CLI | 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.
Related MCP server: agent-telegram-mcp
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
The API in 30 seconds
POST https://api-stars.ros.media/api/v2 — form-encoded, dispatched on action:
action | fields | returns |
| — | catalog (id, name, USD rate /1000, min, max) |
|
|
|
|
|
|
|
|
|
|
|
|
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_orderandcancel_orderare two-step: the first call returns a preview (cost estimate / what would be cancelled); they only act when called again withconfirm: true.CLI —
order/cancelprint 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-mcpOr from source:
git clone https://github.com/govRosMedia/stars-cash-flow-mcp.git
cd stars-cash-flow-mcp
npm install && npm run buildRegister 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); // USDDevelopment
npm install
npm run build # tsc → dist/
npm test # vitest
npm run typecheck # tsc --noEmitCI runs build + tests on Node 18/20/22. See CONTRIBUTING.md.
License
MIT © Stars Cash Flow
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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