Skip to content

v1.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@outsmartchad outsmartchad released this 22 Feb 03:28
· 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_quote
  • solana_add_liquidity, solana_remove_liquidity, solana_claim_fees, solana_list_positions
  • solana_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-agent

Claude 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