← solknife.xyz
INDIVIDUAL MCP TOOL
solknife_ct_orphans_list
List a wallet's orphan ZK Proof context-state accounts (left by partial Withdraw or Transfer sagas).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.solknife]
url = "https://solknife.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solknife": {
"type": "http",
"url": "https://solknife.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solknife
Remote MCP URL: https://solknife.xyz/api/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": {
"solknife": {
"url": "https://solknife.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solknife": {
"type": "http",
"url": "https://solknife.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solknife",
"transport": "streamable-http",
"url": "https://solknife.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
solknife_check_scan— Rug-check a Solana token: freeze authority, sellability, holders, liquidity.solknife_token_meta— Fetch token metadata (name, symbol, decimals, image) for a mint.solknife_portfolio_holdings— List a wallet's priced token holdings.solknife_portfolio_compose_plan— Plan a USD-valued portfolio rebalance from target mint percentages.solknife_pool_check— Read one Meteora DLMM pool: depth, volume, fee yield, token safety summary.solknife_pool_compare— Compare every Meteora DLMM pool for a token side by side.solknife_positions_list— List a wallet's open Meteora DLMM positions with PnL.solknife_mint_supply_read— Read a mint's authority state plus whether `owner` is its mint authority (prerequisite for mint-to).