io.github.verbart/tradernet-mcp-server
NPM · TRADERNET-MCP-SERVER · SCANNED SEP 20
MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 34 of 108 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 214 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1096 tokens (~60/item across 18 items; 18 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_price_alert" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.verbart/tradernet-mcp-server server?
io.github.verbart/tradernet-mcp-server runs locally as an npm package, launched with npx -y tradernet-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · tradernet-mcp-server
claude mcp add verbart-tradernet-mcp-server -- npx -y tradernet-mcp-server
{
"mcpServers": {
"verbart-tradernet-mcp-server": {
"command": "npx",
"args": [
"-y",
"tradernet-mcp-server"
]
}
}
} {
"servers": {
"verbart-tradernet-mcp-server": {
"command": "npx",
"args": [
"-y",
"tradernet-mcp-server"
]
}
}
} codex mcp add verbart-tradernet-mcp-server -- npx -y tradernet-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"verbart-tradernet-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"tradernet-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add verbart-tradernet-mcp-server --command npx --arg -y --arg tradernet-mcp-server
mcp_servers:
verbart-tradernet-mcp-server:
command: "npx"
args: ["-y", "tradernet-mcp-server"] {
"McpServers": {
"verbart-tradernet-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"tradernet-mcp-server"
]
}
}
} assistant mcp add verbart-tradernet-mcp-server -t stdio -c npx -a -y tradernet-mcp-server
{
"mcpServers": {
"verbart-tradernet-mcp-server": {
"command": "npx",
"args": [
"-y",
"tradernet-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
- Security disclosure: unverified → fail ▼ functional
- 7 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/tradernet-mcp-server@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 108 packages
| Packages resolved | 108 |
|---|---|
| Stale | 34 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
add_price_alert ~146
Set a price alert for a ticker. You'll be notified when the price condition is met.
| Name | Type | Req | Description |
|---|---|---|---|
| alert_period | string | – | Re-alert frequency in seconds (0 = once) |
| notification_type | string | – | How to notify: email, sms, push, or all |
| price | string | yes | Target price for the alert |
| quote_type | string | – | Price basis: ltp (last trade), bap (best bid), bbp (best ask), op (open), pp (close) |
| ticker | string | yes | Ticker symbol in Tradernet format, e.g. "AAPL.US" |
| trigger_type | string | yes | When to trigger the alert |
No output schema declared.
No examples provided.
cancel_order ~28
Cancel an active order by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | number | yes | Order ID to cancel |
No output schema declared.
No examples provided.
delete_price_alert ~30
Delete an existing price alert by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| alert_id | number | yes | Alert ID to delete |
No output schema declared.
No examples provided.
get_best_traders ~20
Get the ranking of best traders on the platform
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_blog_feed ~31
Get user subscription blog feed (investment posts and ideas)
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number for pagination |
No output schema declared.
No examples provided.
get_invest_ideas ~38
Get investment ideas/feed for a specific ticker
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Ticker symbol, e.g. "AAPL.US" |
No output schema declared.
No examples provided.
get_portfolio ~35
Get current portfolio positions and account balances. Returns account funds, open positions with P&L, market values, and settlement info.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_profit_list ~16
Get achievement/profit ranking list
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_quotes_history ~175
Get historical candlestick (OHLCV) data for a ticker. Returns arrays of high/low/open/close prices with timestamps.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | Extra candlesticks beyond the date range (0 = none) |
| date_from | string | yes | Start date in format "DD.MM.YYYY hh:mm", e.g. "01.01.2025 00:00" |
| date_to | string | yes | End date in format "DD.MM.YYYY hh:mm", e.g. "31.01.2025 23:59" |
| ticker | string | yes | Ticker symbol, e.g. "AAPL.US" |
| timeframe | string | yes | Candle interval in minutes: 1, 5, 15, 60 (1h), or 1440 (1d) |
No output schema declared.
No examples provided.
get_safety_types ~22
Get available security session types (SMS, token, etc.)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_security_info ~51
Get detailed information about a security/ticker (name, currency, exchange, min step, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | Ticker symbol, e.g. "AAPL.US", "SBER" |
No output schema declared.
No examples provided.
get_security_sessions ~23
Get list of currently open security sessions (for two-factor authentication operations)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_user_data ~34
Get initial user data (account info, portfolio summary, open positions). This is the primary command to check your account status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_user_info ~30
Get user profile information by user ID
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | number | yes | User ID to look up |
No output schema declared.
No examples provided.
place_order ~144
Place a new trading order (buy, sell, short, margin). Returns order_id on success.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Order action |
| expiration | string | – | Order expiration: day, day+extended, or good-till-cancelled |
| instrument | string | yes | Ticker symbol, e.g. "AAPL.US", "SBER", "SIE.EU" |
| limit_price | number | – | Limit price (for limit and stop_limit orders) |
| order_type | string | yes | Order type |
| quantity | integer | yes | Number of shares/lots |
| stop_price | number | – | Stop price (for stop and stop_limit orders) |
No output schema declared.
No examples provided.
raw_api_call ~76
Make a raw API call to any Tradernet command. Use this for commands not covered by other tools.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | API command name |
| params | string | – | JSON string of parameters |
| use_v2 | boolean | – | Use API v2 endpoint (/api/v2/cmd/) instead of v1 |
No output schema declared.
No examples provided.
search_tickers ~97
Search for securities/tickers by name or symbol. Supports market filter with @ syntax, e.g. "AAPL@FIX" for NYSE/NASDAQ.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search text. Use "TICKER@MARKET" to filter by market. Markets: MCX (MICEX), FORTS (derivatives), FIX (NYSE/NASDAQ), EU (Europe), KASE (Kazakhstan) |
No output schema declared.
No examples provided.
set_stop_loss_take_profit ~100
Set stop-loss and/or take-profit for a position. Pass null to leave unchanged.
| Name | Type | Req | Description |
|---|---|---|---|
| instrument | string | yes | Ticker symbol, e.g. "AAPL.US" |
| stop_loss | number|null | yes | Stop-loss price, or null to skip |
| take_profit | number|null | yes | Take-profit price, or null to skip |
| trailing_stop_percent | number|null | – | Trailing stop-loss percentage, or null to skip |
No output schema declared.
No examples provided.
What is the io.github.verbart/tradernet-mcp-server server?
io.github.verbart/tradernet-mcp-server is listed in the public MCP registry as io.github.verbart/tradernet-mcp-server. MCP server for Tradernet/Freedom24 trading API, portfolio, orders, quotes, and more. This page covers its npm package (tradernet-mcp-server).
Is the io.github.verbart/tradernet-mcp-server server safe to use?
io.github.verbart/tradernet-mcp-server scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.verbart/tradernet-mcp-server server expose?
io.github.verbart/tradernet-mcp-server exposes 18 tools: get_user_data, get_user_info, get_portfolio, place_order, cancel_order, and 13 more. Their descriptions and schemas cost roughly 1,096 tokens of context every time the server is loaded.
Is the io.github.verbart/tradernet-mcp-server server still maintained?
io.github.verbart/tradernet-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.verbart/tradernet-mcp-server server under?
io.github.verbart/tradernet-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.