RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
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.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"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"
],
"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"
}
}