← Registry

Security & Testing

solknife.xyz

Analyzes Solana tokens for security risks, metadata, portfolios, and liquidity pools.

1 endpoint55 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://solknife.xyz/api/mcp

No auth detected

MCP server metadata

Name
solknife
Version
1.0.0
Capabilities
tools.listChanged

Known tools 55

solknife_check_scan

Rug-check a Solana token: freeze authority, sellability, holders, liquidity.

Inferred read-only
solknife_token_meta

Fetch token metadata (name, symbol, decimals, image) for a mint.

Inferred read-only
solknife_portfolio_holdings

List a wallet's priced token holdings.

Inferred read-only
solknife_portfolio_compose_plan

Plan a USD-valued portfolio rebalance from target mint percentages.

Inferred read-only
solknife_pool_check

Read one Meteora DLMM pool: depth, volume, fee yield, token safety summary.

Inferred read-only
solknife_pool_compare

Compare every Meteora DLMM pool for a token side by side.

Inferred read-only
solknife_positions_list

List a wallet's open Meteora DLMM positions with PnL.

Inferred read-only
solknife_mint_supply_read

Read a mint's authority state plus whether `owner` is its mint authority (prerequisite for mint-to).

Inferred read-only
solknife_revoke_authority_read

Read a mint's current mint + freeze authorities and whether `owner` holds either.

Inferred read-only
solknife_change_authority_read

Read a mint's current mint + freeze authorities and whether `owner` holds either (before transferring one).

Inferred read-only
solknife_token_metadata_read

Read a mint's current on-chain Metaplex metadata and whether `owner` can update it.

Potential side effects
solknife_burn_nft_list

List a wallet's NFT assets (DAS).

Inferred read-only
solknife_reclaim_rent_list

List a wallet's reclaimable empty token accounts.

Inferred read-only
solknife_ct_state

Read confidential-transfer state for owner + mint (mint extension flags, account configured, balance ciphertexts).

Potential side effects
solknife_ct_orphans_list

List a wallet's orphan ZK Proof context-state accounts (left by partial Withdraw or Transfer sagas).

Potential side effects
solknife_create_mint_build

Build an unsigned create-mint tx.

Potential side effects
solknife_mint_supply_build

Build an unsigned mint-to tx.

Inferred read-only
solknife_revoke_authority_build

Build an unsigned revoke-authority tx (mint and/or freeze).

Inferred read-only
solknife_change_authority_build

Build an unsigned change-authority tx: transfer the mint and/or freeze authority to newAuthority.

Potential side effects
solknife_token_metadata_build

Build an unsigned set/update Metaplex metadata tx.

Potential side effects
solknife_create_account_build

Build an unsigned ATA-create tx (idempotent) for one or more mints.

Potential side effects
solknife_reclaim_rent_build

Build chunked close-batch tx(s) for the wallet's empty token accounts.

Inferred read-only
solknife_burn_nft_build

Build chunked burn tx(s) for selected NFTs (pNFTs supported).

Inferred read-only
solknife_swap_order

Jupiter quote + unsigned swap tx.

Inferred read-only
solknife_portfolio_compose_build

Build a best-effort single auto-compose transaction for a target portfolio.

Inferred read-only
solknife_ct_configure_build

Build the Configure tx.

Inferred read-only
solknife_ct_deposit_build

Build the Deposit tx (public → confidential pending).

Inferred read-only
solknife_ct_apply_pending_build

Build the ApplyPending tx.

Inferred read-only
solknife_ct_empty_and_close_build

Build the combined EmptyAccount + CloseAccount tx.

Inferred read-only
solknife_ct_withdraw_build

Build the 5-tx Withdraw saga.

Inferred read-only
solknife_ct_transfer_build

Build the 5-tx Transfer saga.

Potential side effects
solknife_ct_orphans_build

Build chunked CloseContextState tx(s) to reclaim orphan ZK ctx rent.

Inferred read-only
solknife_swap_execute

Submit a wallet-signed swap transaction.

Inferred read-only
solknife_portfolio_compose_execute

Submit a wallet-signed portfolio compose transaction after top-level program allowlist verification.

Inferred read-only
solknife_create_mint_execute

Submit a wallet-signed create-mint tx.

Potential side effects
solknife_mint_supply_execute

Submit a wallet-signed mint-to tx.

Inferred read-only
solknife_create_account_execute

Submit a wallet-signed ATA-create tx.

Potential side effects
solknife_revoke_authority_execute

Submit a wallet-signed revoke-authority tx.

Inferred read-only
solknife_change_authority_execute

Submit a wallet-signed change-authority tx.

Inferred read-only
solknife_token_metadata_execute

Submit a wallet-signed Metaplex metadata tx.

Inferred read-only
solknife_reclaim_rent_execute

Submit reclaim-rent close-batch tx(s) (signed).

Inferred read-only
solknife_burn_nft_execute

Submit burn-nft tx(s) (signed).

Inferred read-only
solknife_ct_submit

Submit a CT signed tx (single-tx ops) or saga (multi-tx ops).

Inferred read-only
solknife_arweave_upload_relay

Upload a base64-encoded file to Arweave via SolKnife's funded Irys account.

Potential side effects
solknife_multisig_create_build

Build an unsigned create-multisig tx.

Potential side effects
solknife_multisig_create_execute

Submit the signed create-multisig tx (signed by both the creator wallet and the createKey).

Potential side effects
solknife_multisig_propose_build

Build an unsigned propose tx.

Inferred read-only
solknife_multisig_propose_execute

Submit the signed propose-transaction tx.

Inferred read-only
solknife_multisig_config_build

Build an unsigned config-change proposal.

Inferred read-only
solknife_multisig_config_execute

Submit the signed config-change proposal tx.

Inferred read-only
solknife_multisig_state

Read 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-only
solknife_multisig_approve_build

Build an unsigned vote tx: approve or reject the proposal at transactionIndex.

Inferred read-only
solknife_multisig_approve_execute

Submit the signed vote tx.

Inferred read-only
solknife_multisig_execute_build

Build an unsigned execute tx for an APPROVED proposal at transactionIndex.

Potential side effects
solknife_multisig_execute_execute

Submit the signed execute-proposal tx.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.