bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
ai.traderouter/trade-router-mcp · v1.0.13
Non-custodial Solana swap & limit order engine for AI agents.
trade-router-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"trade-router-mcp": {
"command": "npx",
"args": [
"-y",
"@traderouter/trade-router-mcp"
],
"env": {
"TRADEROUTER_PRIVATE_KEY": "<TRADEROUTER_PRIVATE_KEY>"
}
}
}
}TRADEROUTER_PRIVATE_KEY必填secretSolana base58-encoded private key. Local signing only, never transmitted. See SECURITY.md.
SOLANA_RPC_URL可选Optional RPC endpoint override (default https://api.mainnet-beta.solana.com).
TRADEROUTER_SERVER_PUBKEY可选Optional override for the server public key used to verify order_filled ed25519 signatures.
TRADEROUTER_SERVER_PUBKEY_NEXT可选Optional second server public key accepted during key rotation.
TRADEROUTER_REQUIRE_SERVER_SIGNATURE可选Default 'true'. Verify server signatures on order_filled / twap_execution.
TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE可选Default 'true'. Verify server signatures on order_created.
TRADEROUTER_DRY_RUN可选Default 'false'. When 'true', write-action tools (submit_signed_swap, auto_swap, place_*_order, cancel_order, extend_order) short-circuit and return { dry_run: true, ... } instead of calling the API. Read-only tools execute normally.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "ai.traderouter/trade-router-mcp",
"type": "mcp-server",
"version": "1.0.13",
"displayName": "trade-router-mcp",
"description": "Non-custodial Solana swap & limit order engine for AI agents.",
"repository": {
"url": "https://github.com/TradeRouter/trade-router-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@traderouter/trade-router-mcp",
"version": "1.0.13",
"transport": "stdio",
"environmentVariables": [
{
"name": "TRADEROUTER_PRIVATE_KEY",
"description": "Solana base58-encoded private key. Local signing only, never transmitted. See SECURITY.md.",
"isRequired": true,
"isSecret": true
},
{
"name": "SOLANA_RPC_URL",
"description": "Optional RPC endpoint override (default https://api.mainnet-beta.solana.com)."
},
{
"name": "TRADEROUTER_SERVER_PUBKEY",
"description": "Optional override for the server public key used to verify order_filled ed25519 signatures."
},
{
"name": "TRADEROUTER_SERVER_PUBKEY_NEXT",
"description": "Optional second server public key accepted during key rotation."
},
{
"name": "TRADEROUTER_REQUIRE_SERVER_SIGNATURE",
"description": "Default 'true'. Verify server signatures on order_filled / twap_execution."
},
{
"name": "TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE",
"description": "Default 'true'. Verify server signatures on order_created."
},
{
"name": "TRADEROUTER_DRY_RUN",
"description": "Default 'false'. When 'true', write-action tools (submit_signed_swap, auto_swap, place_*_order, cancel_order, extend_order) short-circuit and return { dry_run: true, ... } instead of calling the API. Read-only tools execute normally."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "ai.traderouter/trade-router-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.traderouter%2Ftrade-router-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}