Security & Testing
solknife.xyz
Analyzes Solana tokens for security risks, metadata, portfolios, and liquidity pools.
ENDPOINT 1
https://solknife.xyz/api/mcp
MCP server metadata
- Name
- solknife
- Version
- 1.0.0
Known tools 55
solknife_check_scanRug-check a Solana token: freeze authority, sellability, holders, liquidity.
Inferred read-onlysolknife_token_metaFetch token metadata (name, symbol, decimals, image) for a mint.
Inferred read-onlysolknife_portfolio_compose_planPlan a USD-valued portfolio rebalance from target mint percentages.
Inferred read-onlysolknife_pool_checkRead one Meteora DLMM pool: depth, volume, fee yield, token safety summary.
Inferred read-onlysolknife_mint_supply_readRead a mint's authority state plus whether `owner` is its mint authority (prerequisite for mint-to).
Inferred read-onlysolknife_revoke_authority_readRead a mint's current mint + freeze authorities and whether `owner` holds either.
Inferred read-onlysolknife_change_authority_readRead a mint's current mint + freeze authorities and whether `owner` holds either (before transferring one).
Inferred read-onlysolknife_token_metadata_readRead a mint's current on-chain Metaplex metadata and whether `owner` can update it.
Potential side effectssolknife_ct_stateRead confidential-transfer state for owner + mint (mint extension flags, account configured, balance ciphertexts).
Potential side effectssolknife_ct_orphans_listList a wallet's orphan ZK Proof context-state accounts (left by partial Withdraw or Transfer sagas).
Potential side effectssolknife_revoke_authority_buildBuild an unsigned revoke-authority tx (mint and/or freeze).
Inferred read-onlysolknife_change_authority_buildBuild an unsigned change-authority tx: transfer the mint and/or freeze authority to newAuthority.
Potential side effectssolknife_token_metadata_buildBuild an unsigned set/update Metaplex metadata tx.
Potential side effectssolknife_create_account_buildBuild an unsigned ATA-create tx (idempotent) for one or more mints.
Potential side effectssolknife_reclaim_rent_buildBuild chunked close-batch tx(s) for the wallet's empty token accounts.
Inferred read-onlysolknife_burn_nft_buildBuild chunked burn tx(s) for selected NFTs (pNFTs supported).
Inferred read-onlysolknife_portfolio_compose_buildBuild a best-effort single auto-compose transaction for a target portfolio.
Inferred read-onlysolknife_ct_empty_and_close_buildBuild the combined EmptyAccount + CloseAccount tx.
Inferred read-onlysolknife_ct_orphans_buildBuild chunked CloseContextState tx(s) to reclaim orphan ZK ctx rent.
Inferred read-onlysolknife_portfolio_compose_executeSubmit a wallet-signed portfolio compose transaction after top-level program allowlist verification.
Inferred read-onlysolknife_arweave_upload_relayUpload a base64-encoded file to Arweave via SolKnife's funded Irys account.
Potential side effectssolknife_multisig_create_executeSubmit the signed create-multisig tx (signed by both the creator wallet and the createKey).
Potential side effectssolknife_multisig_stateRead a Squads v4 multisig by address: members + permissions, threshold, vault balance, and pending proposals (vote tallies, who has voted, whether it can be executed).
Inferred read-onlysolknife_multisig_approve_buildBuild an unsigned vote tx: approve or reject the proposal at transactionIndex.
Inferred read-onlysolknife_multisig_execute_buildBuild an unsigned execute tx for an APPROVED proposal at transactionIndex.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.