INDIVIDUAL MCP TOOL
create_limit_buy_order
Create a limit buy: Sanji buys the token with the given SOL amount when its USD price DROPS to the trigger (use it for "buy X if it dips to $Y"; the trigger must be below the current price — use buy_token to buy now).
LIVE ENDPOINT
https://mcp.sanji.app/mcp
Connect to this endpoint to inspect the live schema for create_limit_buy_order and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sanji]
url = "https://mcp.sanji.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sanji": {
"type": "http",
"url": "https://mcp.sanji.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sanji
Remote MCP URL: https://mcp.sanji.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sanji": {
"url": "https://mcp.sanji.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sanji": {
"type": "http",
"url": "https://mcp.sanji.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sanji",
"transport": "streamable-http",
"url": "https://mcp.sanji.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_my_account— Use this when the user asks about THEIR OWN Sanji account: wallet address, SOL balance, portfolio value, login type, whether agent trading through this connector is enabled, 2FA requirements, default slippage, and today's MCP usage.get_my_positions— Use this when the user asks about their open positions, PnL, what they are holding or how a trade is doing.get_my_portfolio— Use this for the on-chain contents of the user's Sanji wallet: every SPL token balance with its current USD value, sorted by value.get_my_trade_history— Use this when the user asks what they bought or sold, when, at what price, or wants to review recent trades (web and Telegram bot trades both appear).get_my_limit_orders— Use this to list the user's pending limit orders: stop-loss and take-profit sells, and limit buys — with trigger price, current price, size and expiry.get_my_stats— Use this when the user asks how they are doing overall: total realized PnL, win rate, number of trades, best/worst day, and a daily PnL calendar for a given month.search_tokens— Find Solana tokens by symbol, name or mint address and get their mint address, price, liquidity, market cap and 24h change.get_token_overview— Quick market snapshot for one token by mint address: price, 24h change, 24h volume, market cap and liquidity.