← Back to search

@alchemy/mcp-server

GitHub Actions Scanned 14d ago

MCP server for using Alchemy APIs

C
69.8 / 100

Versions

0.3.0latest
Mar 26, 2026
0.2.2
Mar 20, 2026
0.2.0-rc.0
Aug 7, 2025
0.1.8
Jul 8, 2025
0.1.7
Jul 3, 2025
+ show 7 moreshow less
0.1.6
Jul 3, 2025
0.1.5
Apr 22, 2025
0.1.4
Apr 17, 2025
0.1.3
Apr 17, 2025
0.1.2
Apr 17, 2025
0.1.1
Apr 17, 2025
0.1.0
Apr 17, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 97

listSupportedNetworks
annotations: none low

List all blockchain networks supported by Alchemy, including EVM and Solana chains

fetchTokenPriceBySymbol
annotations: none low

Get current USD prices for tokens by their ticker symbol (e.g. BTC, ETH)

fetchTokenPriceByAddress
annotations: none low

Get current USD prices for tokens by their contract address and network

network string
fetchTokenPriceHistoryBySymbol
annotations: none low

Get historical token price data over a date range with configurable interval

interval string
fetchTokenPriceHistoryByTimeFrame
annotations: none low

Get historical token prices using natural language time frames like

fetchTokensOwnedByMultichainAddresses
annotations: none low

Get all ERC-20 tokens owned by wallet addresses across multiple chains

fetchAddressTransactionHistory
annotations: none low

Get transaction history for wallet addresses across multiple chains, with human-readable dates and ETH values

fetchTransfers
annotations: none low

Get token and ETH transfers filtered by address, block range, or contract

network string
fetchNftsOwnedByMultichainAddresses
annotations: none low

Get NFTs owned by wallet addresses across multiple chains, with spam filtering

fetchNftContractDataByMultichainAddress
annotations: none low

Get NFT contract data for wallet addresses across multiple chains

sendTransaction
annotations: none low

Send a transaction from a smart contract account (SCA) via the Alchemy wallet API. Requires AGENT_WALLET_SERVER

callData string toAddress string
swap
annotations: none low

Initiate a token swap from a smart contract account (SCA) via the Alchemy wallet API. Requires AGENT_WALLET_SERVER

getNFTsForOwner
annotations: none low

Get all NFTs owned by an address on a single network, with metadata and spam filtering options

network string
getNFTsForContract
annotations: none low

Get all NFTs in a specific contract or collection with optional metadata

network string
getNFTsForCollection
annotations: none low

Get all NFTs in a collection by contract address or OpenSea slug

network string
getNFTMetadata
annotations: none low

Get metadata for a specific NFT by contract address and token ID

network string contractAddress string
getContractMetadata
annotations: none low

Get metadata for an NFT contract (name, symbol, total supply, etc.)

network string
getCollectionMetadata
annotations: none low

Get metadata for an NFT collection by its OpenSea slug

network string
invalidateNFTContractCache
annotations: none low

Invalidate cached metadata for an NFT contract to force a refresh on next query

network string
getOwnersForNFT
annotations: none low

Get all owner addresses for a specific NFT token

network string tokenId string contractAddress string
getOwnersForContract
annotations: none low

Get all owner addresses for an NFT contract, optionally with token balances

network string
getSpamContracts
annotations: none low

Get a list of all known spam NFT contract addresses on a network

network string
isSpamContract
annotations: none low

Check if a specific contract address is flagged as spam

network string
isAirdropNFT
annotations: none low

Check if a specific NFT is flagged as an airdrop

network string tokenId string contractAddress string
summarizeNFTAttributes
annotations: none low

Get a summary of trait/attribute distribution for an NFT collection

network string
getFloorPrice
annotations: none low

Get the marketplace floor price for an NFT collection

network string
searchContractMetadata
annotations: none low

Search for NFT contracts by keyword in their metadata

network string
isHolderOfContract
annotations: none low

Check if a wallet address owns any NFTs from a specific contract

network string
computeRarity
annotations: none low

Compute the rarity score for a specific NFT within its collection

network string
getNFTSales
annotations: none low

Get historical NFT sales data, filterable by marketplace, contract, buyer, or seller

order string network string
getContractsForOwner
annotations: none low

Get all NFT contracts that an address owns tokens in

owner string network string orderBy string
getCollectionsForOwner
annotations: none low

Get all NFT collections that an address owns tokens in

owner string network string
reportSpam
annotations: none low

Report an NFT contract address as spam or not spam

isSpam boolean address string network string
getTokenAllowance
annotations: none low

Get the ERC-20 token allowance a spender has been granted by an owner

owner string network string spender string contract string
getTokenBalances
annotations: none low

Get ERC-20 token balances for a wallet address on a single network

network string
getTokenMetadata
annotations: none low

Get metadata (name, symbol, decimals, logo) for an ERC-20 token contract

network string
getTransactionReceipts
annotations: none low

Get all transaction receipts for a given block by number or hash

network string
debugGetRawBlock
annotations: none low

Get the raw RLP-encoded block data for a given block number or tag

network string
debugGetRawHeader
annotations: none low

Get the raw RLP-encoded block header for a given block number or tag

network string
debugGetRawReceipts
annotations: none low

Get the raw receipt data for all transactions in a block

network string
debugTraceBlockByHash
annotations: none low

Replay and trace all transactions in a block identified by its hash

network string blockHash string
debugTraceBlockByNumber
annotations: none low

Replay and trace all transactions in a block identified by its number

network string
debugTraceCall
annotations: none low

Trace a call without executing it on-chain — useful for debugging contract interactions

network string blockIdentifier string
debugTraceTransaction
annotations: none low

Get a detailed execution trace of an already-mined transaction

network string transactionHash string
traceBlock
annotations: none low

Get Parity-style execution traces for all transactions in a block

network string
traceCall
annotations: none low

Execute and trace a call without broadcasting it (Parity-style tracing)

network string
traceGet
annotations: none low

Get a specific sub-trace within a transaction by index position

network string transactionHash string
traceRawTransaction
annotations: none low

Trace a raw signed transaction without broadcasting it to the network

network string rawTransaction string
traceReplayBlockTransactions
annotations: none low

Replay all transactions in a block and return traces with optional state diffs

network string
traceReplayTransaction
annotations: none low

Replay a specific transaction and return its trace with optional state diffs

network string transactionHash string
traceTransaction
annotations: none low

Get the Parity-style execution trace of an already-mined transaction

network string transactionHash string
traceFilter
annotations: none low

Search for traces matching criteria like sender, recipient, and block range

after string count number network string
simulateAssetChanges
annotations: none low

Simulate a transaction and preview what asset changes (token transfers, ETH movements) would occur

to string gas string data string from string value string network string
simulateAssetChangesBundle
annotations: none low

Simulate a bundle of 1-2 transactions and preview the combined asset changes

to string gas string data string from string value string network string
simulateExecution
annotations: none low

Simulate full transaction execution and get detailed call traces, logs, and return data

to string gas string data string from string value string network string
simulateExecutionBundle
annotations: none low

Simulate execution of a bundle of 1-2 transactions with full call traces

to string gas string data string from string value string network string
getMaxPriorityFeePerGas
annotations: none low

Get the recommended max priority fee per gas for EIP-1559 transactions

network string
getUserOperationReceipt
annotations: none low

Get the receipt for an ERC-4337 user operation by its hash

network string userOpHash string
getSupportedEntryPoints
annotations: none low

Get the entry point contract addresses supported for ERC-4337 account abstraction

network string
getUserOperationByHash
annotations: none low

Get details of an ERC-4337 user operation by its hash

network string userOpHash string
estimateUserOperationGas
annotations: none low

Estimate gas costs for an ERC-4337 user operation against an entry point

network string entryPoint string
simulateUserOperationAssetChanges
annotations: none low

Simulate an ERC-4337 user operation and preview the predicted asset changes

network string entryPoint string
getBeaconGenesis
annotations: none low

Get Ethereum Beacon Chain genesis information (time, validator root, fork version)

network string
getBeaconBlock
annotations: none low

Get a Beacon Chain block by slot number, root, or keyword (head, finalized, genesis)

network string
getBeaconBlockAttestations
annotations: none low

Get attestations included in a specific Beacon Chain block

network string
getBeaconBlockRoot
annotations: none low

Get the root hash of a specific Beacon Chain block

network string
getBeaconBlobSidecars
annotations: none low

Get blob sidecars for a Beacon Chain block (EIP-4844 blob data)

network string
getBeaconHeaders
annotations: none low

Get Beacon Chain block headers, optionally filtered by slot or parent root

slot string network string parentRoot string
getBeaconHeaderByBlockId
annotations: none low

Get a specific Beacon Chain block header by its block ID

network string
getBeaconPoolVoluntaryExits
annotations: none low

Get voluntary validator exit messages currently in the Beacon Chain mempool

network string
getBeaconPoolAttestations
annotations: none low

Get attestations currently pending in the Beacon Chain mempool

network string
getBeaconStateCommittees
annotations: none low

Get beacon committee assignments for a given state, optionally filtered by epoch/slot

slot string epoch string index string network string
getBeaconStateFinalityCheckpoints
annotations: none low

Get finality checkpoints (justified and finalized epochs) for a given state

network string
getBeaconStateFork
annotations: none low

Get the fork version information for a given Beacon Chain state

network string
getBeaconStatePendingConsolidations
annotations: none low

Get pending validator consolidation requests for a given state

network string
getBeaconStateRoot
annotations: none low

Get the state root hash for a given Beacon Chain state

network string
getBeaconStateSyncCommittees
annotations: none low

Get sync committee assignments for a given state and optional epoch

epoch string network string
getBeaconStateRandao
annotations: none low

Get the RANDAO mix value for a given Beacon Chain state and optional epoch

epoch string network string
getBeaconStateValidatorBalances
annotations: none low

Get validator ETH balances for a given state, optionally filtered by validator ID

network string
getBeaconStateValidators
annotations: none low

Get validator details for a given state, optionally filtered by ID or status

network string
getBeaconStateValidatorById
annotations: none low

Get full details for a specific Beacon Chain validator by index or public key

network string validatorId string
getBeaconBlockRewards
annotations: none low

Get the block rewards breakdown (proposer, attestation, sync committee) for a Beacon block

network string
getBeaconConfigSpec
annotations: none low

Get the full Beacon Chain configuration specification and protocol constants

network string
getBeaconNodeSyncing
annotations: none low

Check whether a Beacon Chain node is currently syncing and its sync progress

network string
getBeaconNodeVersion
annotations: none low

Get the software version string of the Beacon Chain node

network string
solanaGetAsset
annotations: none low

Get detailed information about a Solana asset (token, NFT, or compressed NFT) by its mint ID

id string
solanaGetAssets
annotations: none low

Get detailed information about multiple Solana assets by their mint IDs in a single request

solanaGetAssetProof
annotations: none low

Get the Merkle proof for a compressed Solana asset, needed for on-chain verification

id string
solanaGetAssetProofs
annotations: none low

Get Merkle proofs for multiple compressed Solana assets in a single request

solanaGetAssetsByAuthority
annotations: none low

Get all Solana assets managed by a specific authority address

page number after string before string
solanaGetAssetsByCreator
annotations: none low

Get all Solana assets created by a specific address, with optional verification filter

page number after string before string
solanaGetAssetsByGroup
annotations: none low

Get all Solana assets in a specific group (e.g. an NFT collection)

page number after string before string groupKey string groupValue string
solanaGetAssetsByOwner
annotations: none low

Get all Solana assets (tokens, NFTs) owned by a specific wallet address

page number after string before string ownerAddress string
solanaGetAssetSignatures
annotations: none low

Get transaction signatures associated with a specific Solana asset

id string page number after string limit number before string
solanaGetNftEditions
annotations: none low

Get edition information (master/print editions) for a Solana NFT

page number limit number mintAddress string
solanaGetTokenAccounts
annotations: none low

Get Solana SPL token accounts filtered by mint address or owner

limit number cursor string mintAddress string
solanaSearchAssets
annotations: none low

Search for Solana assets with flexible filters (owner, creator, authority, burnt, frozen status)

page number after string burnt boolean limit number before string frozen boolean negate boolean

Permissions 3

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs sync ops
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 237

medium
Vulnerable dependency: axios@1.13.2 (GHSA-mmx7-hfxf-jppx) dependency_analyzer · 95%
low
Tool 'listSupportedNetworks' has no annotations annotation_checker · 100%
low
Tool 'fetchTokenPriceBySymbol' has no annotations annotation_checker · 100%
low
Tool 'fetchTokenPriceByAddress' has no annotations annotation_checker · 100%
low
Tool 'fetchTokenPriceHistoryBySymbol' has no annotations annotation_checker · 100%
low
Tool 'fetchTokenPriceHistoryByTimeFrame' has no annotations annotation_checker · 100%
low
Tool 'fetchTokensOwnedByMultichainAddresses' has no annotations annotation_checker · 100%
low
Tool 'fetchAddressTransactionHistory' has no annotations annotation_checker · 100%
low
Tool 'fetchTransfers' has no annotations annotation_checker · 100%
low
Tool 'fetchNftsOwnedByMultichainAddresses' has no annotations annotation_checker · 100%
low
Tool 'fetchNftContractDataByMultichainAddress' has no annotations annotation_checker · 100%
low
Tool 'sendTransaction' has no annotations annotation_checker · 100%
low
Tool 'swap' has no annotations annotation_checker · 100%
low
Tool 'getNFTsForOwner' has no annotations annotation_checker · 100%
low
Tool 'getNFTsForContract' has no annotations annotation_checker · 100%
low
Tool 'getNFTsForCollection' has no annotations annotation_checker · 100%
low
Tool 'getNFTMetadata' has no annotations annotation_checker · 100%
low
Tool 'getContractMetadata' has no annotations annotation_checker · 100%
low
Tool 'getCollectionMetadata' has no annotations annotation_checker · 100%
low
Tool 'invalidateNFTContractCache' has no annotations annotation_checker · 100%
low
Tool 'getOwnersForNFT' has no annotations annotation_checker · 100%
low
Tool 'getOwnersForContract' has no annotations annotation_checker · 100%
low
Tool 'getSpamContracts' has no annotations annotation_checker · 100%
low
Tool 'isSpamContract' has no annotations annotation_checker · 100%
low
Tool 'isAirdropNFT' has no annotations annotation_checker · 100%
low
Tool 'summarizeNFTAttributes' has no annotations annotation_checker · 100%
low
Tool 'getFloorPrice' has no annotations annotation_checker · 100%
low
Tool 'searchContractMetadata' has no annotations annotation_checker · 100%
low
Tool 'isHolderOfContract' has no annotations annotation_checker · 100%
low
Tool 'computeRarity' has no annotations annotation_checker · 100%
low
Tool 'getNFTSales' has no annotations annotation_checker · 100%
low
Tool 'getContractsForOwner' has no annotations annotation_checker · 100%
low
Tool 'getCollectionsForOwner' has no annotations annotation_checker · 100%
low
Tool 'reportSpam' has no annotations annotation_checker · 100%
low
Tool 'getTokenAllowance' has no annotations annotation_checker · 100%
low
Tool 'getTokenBalances' has no annotations annotation_checker · 100%
low
Tool 'getTokenMetadata' has no annotations annotation_checker · 100%
low
Tool 'getTransactionReceipts' has no annotations annotation_checker · 100%
low
Tool 'debugGetRawBlock' has no annotations annotation_checker · 100%
low
Tool 'debugGetRawHeader' has no annotations annotation_checker · 100%
low
Tool 'debugGetRawReceipts' has no annotations annotation_checker · 100%
low
Tool 'debugTraceBlockByHash' has no annotations annotation_checker · 100%
low
Tool 'debugTraceBlockByNumber' has no annotations annotation_checker · 100%
low
Tool 'debugTraceCall' has no annotations annotation_checker · 100%
low
Tool 'debugTraceTransaction' has no annotations annotation_checker · 100%
low
Tool 'traceBlock' has no annotations annotation_checker · 100%
low
Tool 'traceCall' has no annotations annotation_checker · 100%
low
Tool 'traceGet' has no annotations annotation_checker · 100%
low
Tool 'traceRawTransaction' has no annotations annotation_checker · 100%
low
Tool 'traceReplayBlockTransactions' has no annotations annotation_checker · 100%
low
Tool 'traceReplayTransaction' has no annotations annotation_checker · 100%
low
Tool 'traceTransaction' has no annotations annotation_checker · 100%
low
Tool 'traceFilter' has no annotations annotation_checker · 100%
low
Tool 'simulateAssetChanges' has no annotations annotation_checker · 100%
low
Tool 'simulateAssetChangesBundle' has no annotations annotation_checker · 100%
low
Tool 'simulateExecution' has no annotations annotation_checker · 100%
low
Tool 'simulateExecutionBundle' has no annotations annotation_checker · 100%
low
Tool 'getMaxPriorityFeePerGas' has no annotations annotation_checker · 100%
low
Tool 'getUserOperationReceipt' has no annotations annotation_checker · 100%
low
Tool 'getSupportedEntryPoints' has no annotations annotation_checker · 100%
low
Tool 'getUserOperationByHash' has no annotations annotation_checker · 100%
low
Tool 'estimateUserOperationGas' has no annotations annotation_checker · 100%
low
Tool 'simulateUserOperationAssetChanges' has no annotations annotation_checker · 100%
low
Tool 'getBeaconGenesis' has no annotations annotation_checker · 100%
low
Tool 'getBeaconBlock' has no annotations annotation_checker · 100%
low
Tool 'getBeaconBlockAttestations' has no annotations annotation_checker · 100%
low
Tool 'getBeaconBlockRoot' has no annotations annotation_checker · 100%
low
Tool 'getBeaconBlobSidecars' has no annotations annotation_checker · 100%
low
Tool 'getBeaconHeaders' has no annotations annotation_checker · 100%
low
Tool 'getBeaconHeaderByBlockId' has no annotations annotation_checker · 100%
low
Tool 'getBeaconPoolVoluntaryExits' has no annotations annotation_checker · 100%
low
Tool 'getBeaconPoolAttestations' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateCommittees' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateFinalityCheckpoints' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateFork' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStatePendingConsolidations' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateRoot' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateSyncCommittees' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateRandao' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateValidatorBalances' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateValidators' has no annotations annotation_checker · 100%
low
Tool 'getBeaconStateValidatorById' has no annotations annotation_checker · 100%
low
Tool 'getBeaconBlockRewards' has no annotations annotation_checker · 100%
low
Tool 'getBeaconConfigSpec' has no annotations annotation_checker · 100%
low
Tool 'getBeaconNodeSyncing' has no annotations annotation_checker · 100%
low
Tool 'getBeaconNodeVersion' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAsset' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssets' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetProof' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetProofs' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetsByAuthority' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetsByCreator' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetsByGroup' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetsByOwner' has no annotations annotation_checker · 100%
low
Tool 'solanaGetAssetSignatures' has no annotations annotation_checker · 100%
low
Tool 'solanaGetNftEditions' has no annotations annotation_checker · 100%
low
Tool 'solanaGetTokenAccounts' has no annotations annotation_checker · 100%
low
Tool 'solanaSearchAssets' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.14.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.14.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.14.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-35jp-ww65-95wh) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-3g43-6gmg-66jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-3p68-rc4w-qgx5) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-3w6x-2g7m-8v23) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-42h9-826w-cgv3) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-43fc-jf86-j433) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-445q-vr5w-6q77) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-5c9x-8gcm-mpgx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-62hf-57xw-28j9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-6chq-wfr3-2hj9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-777c-7fjr-54vf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-7q8q-rj6j-mhjq) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-898c-q2cr-xwhg) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-fvcv-3m26-pcqx) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-hfxv-24rg-xrqf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-j5f8-grm9-p9fc) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-jqh4-m9w3-8hp9) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-m7pr-hjqh-92cm) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-mwf2-3pr3-8698) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-p92q-9vqr-4j8v) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-pf86-5x62-jrwf) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-pmv8-rq9r-6j72) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-pmwg-cvhr-8vh7) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-q8qp-cvcw-x6jj) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-vf2m-468p-8v99) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-w9j2-pvgh-6h63) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-xhjh-pmcv-23jw) dependency_analyzer · 95%
medium
Vulnerable dependency: axios@1.13.2 (GHSA-xx6v-rp6x-q39c) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: listSupportedNetworks manifest_parser · 70%
info
Tool: fetchTokenPriceBySymbol manifest_parser · 70%
info
Tool: fetchTokenPriceByAddress manifest_parser · 70%
info
Tool: fetchTokenPriceHistoryBySymbol manifest_parser · 70%
info
Tool: fetchTokenPriceHistoryByTimeFrame manifest_parser · 70%
info
Tool: fetchTokensOwnedByMultichainAddresses manifest_parser · 70%
info
Tool: fetchAddressTransactionHistory manifest_parser · 70%
info
Tool: fetchTransfers manifest_parser · 70%
info
Tool: fetchNftsOwnedByMultichainAddresses manifest_parser · 70%
info
Tool: fetchNftContractDataByMultichainAddress manifest_parser · 70%
info
Tool: sendTransaction manifest_parser · 70%
info
Tool: swap manifest_parser · 70%
info
Tool: getNFTsForOwner manifest_parser · 70%
info
Tool: getNFTsForContract manifest_parser · 70%
info
Tool: getNFTsForCollection manifest_parser · 70%
info
Tool: getNFTMetadata manifest_parser · 70%
info
Tool: getContractMetadata manifest_parser · 70%
info
Tool: getCollectionMetadata manifest_parser · 70%
info
Tool: invalidateNFTContractCache manifest_parser · 70%
info
Tool: getOwnersForNFT manifest_parser · 70%
info
Tool: getOwnersForContract manifest_parser · 70%
info
Tool: getSpamContracts manifest_parser · 70%
info
Tool: isSpamContract manifest_parser · 70%
info
Tool: isAirdropNFT manifest_parser · 70%
info
Tool: summarizeNFTAttributes manifest_parser · 70%
info
Tool: getFloorPrice manifest_parser · 70%
info
Tool: searchContractMetadata manifest_parser · 70%
info
Tool: isHolderOfContract manifest_parser · 70%
info
Tool: computeRarity manifest_parser · 70%
info
Tool: getNFTSales manifest_parser · 70%
info
Tool: getContractsForOwner manifest_parser · 70%
info
Tool: getCollectionsForOwner manifest_parser · 70%
info
Tool: reportSpam manifest_parser · 70%
info
Tool: getTokenAllowance manifest_parser · 70%
info
Tool: getTokenBalances manifest_parser · 70%
info
Tool: getTokenMetadata manifest_parser · 70%
info
Tool: getTransactionReceipts manifest_parser · 70%
info
Tool: debugGetRawBlock manifest_parser · 70%
info
Tool: debugGetRawHeader manifest_parser · 70%
info
Tool: debugGetRawReceipts manifest_parser · 70%
info
Tool: debugTraceBlockByHash manifest_parser · 70%
info
Tool: debugTraceBlockByNumber manifest_parser · 70%
info
Tool: debugTraceCall manifest_parser · 70%
info
Tool: debugTraceTransaction manifest_parser · 70%
info
Tool: traceBlock manifest_parser · 70%
info
Tool: traceCall manifest_parser · 70%
info
Tool: traceGet manifest_parser · 70%
info
Tool: traceRawTransaction manifest_parser · 70%
info
Tool: traceReplayBlockTransactions manifest_parser · 70%
info
Tool: traceReplayTransaction manifest_parser · 70%
info
Tool: traceTransaction manifest_parser · 70%
info
Tool: traceFilter manifest_parser · 70%
info
Tool: simulateAssetChanges manifest_parser · 70%
info
Tool: simulateAssetChangesBundle manifest_parser · 70%
info
Tool: simulateExecution manifest_parser · 70%
info
Tool: simulateExecutionBundle manifest_parser · 70%
info
Tool: getMaxPriorityFeePerGas manifest_parser · 70%
info
Tool: getUserOperationReceipt manifest_parser · 70%
info
Tool: getSupportedEntryPoints manifest_parser · 70%
info
Tool: getUserOperationByHash manifest_parser · 70%
info
Tool: estimateUserOperationGas manifest_parser · 70%
info
Tool: simulateUserOperationAssetChanges manifest_parser · 70%
info
Tool: getBeaconGenesis manifest_parser · 70%
info
Tool: getBeaconBlock manifest_parser · 70%
info
Tool: getBeaconBlockAttestations manifest_parser · 70%
info
Tool: getBeaconBlockRoot manifest_parser · 70%
info
Tool: getBeaconBlobSidecars manifest_parser · 70%
info
Tool: getBeaconHeaders manifest_parser · 70%
info
Tool: getBeaconHeaderByBlockId manifest_parser · 70%
info
Tool: getBeaconPoolVoluntaryExits manifest_parser · 70%
info
Tool: getBeaconPoolAttestations manifest_parser · 70%
info
Tool: getBeaconStateCommittees manifest_parser · 70%
info
Tool: getBeaconStateFinalityCheckpoints manifest_parser · 70%
info
Tool: getBeaconStateFork manifest_parser · 70%
info
Tool: getBeaconStatePendingConsolidations manifest_parser · 70%
info
Tool: getBeaconStateRoot manifest_parser · 70%
info
Tool: getBeaconStateSyncCommittees manifest_parser · 70%
info
Tool: getBeaconStateRandao manifest_parser · 70%
info
Tool: getBeaconStateValidatorBalances manifest_parser · 70%
info
Tool: getBeaconStateValidators manifest_parser · 70%
info
Tool: getBeaconStateValidatorById manifest_parser · 70%
info
Tool: getBeaconBlockRewards manifest_parser · 70%
info
Tool: getBeaconConfigSpec manifest_parser · 70%
info
Tool: getBeaconNodeSyncing manifest_parser · 70%
info
Tool: getBeaconNodeVersion manifest_parser · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
Tool: solanaGetAsset manifest_parser · 70%
info
Tool: solanaGetAssets manifest_parser · 70%
info
Tool: solanaGetAssetProof manifest_parser · 70%
info
Tool: solanaGetAssetProofs manifest_parser · 70%
info
Tool: solanaGetAssetsByAuthority manifest_parser · 70%
info
Tool: solanaGetAssetsByCreator manifest_parser · 70%
info
Tool: solanaGetAssetsByGroup manifest_parser · 70%
info
Tool: solanaGetAssetsByOwner manifest_parser · 70%
info
Tool: solanaGetAssetSignatures manifest_parser · 70%
info
Tool: solanaGetNftEditions manifest_parser · 70%
info
Tool: solanaGetTokenAccounts manifest_parser · 70%
info
Tool: solanaSearchAssets manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
info
SBOM generated: 20 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%