Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add xbotlive/btse-mcp --skill btse-onboardinggit clone --depth 1 https://github.com/xbotlive/btse-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xbotlive/btse-mcp/btse-onboarding)<a href="https://agentmods.dev/skills/xbotlive/btse-mcp/btse-onboarding"><img src="https://agentmods.dev/badge/skills/xbotlive/btse-mcp/btse-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xbotlive/btse-mcp/btse-onboarding"><img src="https://agentmods.dev/badge/skills/xbotlive/btse-mcp/btse-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.00598 |
| Opus 5 | $0.00015 | $0.00299 |
| Sonnet 5 | $0.00006 | $0.00120 |
| Haiku 4.5 | $0.00003 | $0.00060 |
Grade A, and why
btse-onboarding scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BTSE MCP — Onboarding
What is btse-mcp?
btse-mcp is a Model Context Protocol server that connects AI agents (Claude Desktop, Cursor, Claude Code) to the BTSE Futures API. It lets you query market data, manage positions, and place orders using natural language.
What's available
| Layer | Count | What it gives you |
|---|---|---|
| Tools | 24 | Direct API wrappers + 3 composite tools |
| Prompts | 4 | Guided multi-step workflows |
| Resources | 3 | Live read-only data feeds |
Is it set up?
Run this to check:
btse-mcp list
If you see no accounts, run setup first — load the btse-account-setup skill.
If accounts are listed, you're ready to go.
Load the right skill for your task
| What you want to do | Load this skill |
|---|---|
| Set up API keys or switch testnet/live | btse-account-setup |
| Check prices, funding rates, orderbook | btse-market-analysis |
| Place, amend, or cancel an order | btse-placing-orders |
| Check positions, set leverage, manage risk | btse-risk-management |
Quick capability reference
Composite tools (prefer these over chaining individual calls):
btse_market_snapshot— price + orderbook + funding in one callbtse_account_overview— balance + positions + open orders in one callbtse_safe_market_order— market order with slippage protection
Prompts (invoke by name for structured workflows):
market_overview— full market conditions summaryposition_review— positions with PnL and risk flagsaccount_summary— full account snapshot before tradingplace_order_guide— step-by-step guided order placement
Resources (live read-only data):
btse://price/BTC-PERP— live price (replace symbol as needed)btse://account/default/summary— wallet + positions snapshotbtse://markets— all active futures markets
Key facts
- Symbol format:
BTC-PERP,ETH-PERP,SOL-PERP(new-style with hyphen) - All tools accept optional
account_id— defaults to"default" - Testnet base:
https://testapi.btse.io/futures - Production base:
https://api.btse.com/futures
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 64 lines · 30 tokens per session scan A 0b4416512ef0
btse-onboarding is a skill published in the GitHub repository xbotlive/btse-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 30 tokens to every session and 598 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.