v1.0.0-alpha.1
Pre-release
Pre-release
·
34 commits
to main
since this release
Initial Release
MCP server + AI skills for Solana trading — wraps the outsmart npm package for AI agent use.
10 MCP Tools
solana_buy,solana_sell,solana_quotesolana_add_liquidity,solana_remove_liquidity,solana_claim_fees,solana_list_positionssolana_token_info,solana_list_dexes,solana_wallet_balance
18 DEX Adapters
All adapters from outsmart are registered automatically on startup.
AI Skills
Includes skills/outsmart/SKILL.md — compatible with skills.sh CLI.
Quick Start
npm install -g outsmart-agentClaude Desktop config:
{
"mcpServers": {
"outsmart-agent": {
"command": "npx",
"args": ["outsmart-agent"],
"env": {
"WALLET_PRIVATE_KEY": "your-key",
"RPC_URL": "your-rpc"
}
}
}
}Full docs: https://github.com/outsmartchad/outsmart-agent#readme