Loading...
{
"mcpServers": {
"web3": {
"command": "uvx",
"args": [
"web3-mcp"
],
"env": {
"ANKR_ENDPOINT": "https://rpc.ankr.com/...",
}
}
}
}get_nfts_by_ownerRetrieves NFTs owned by a specified wallet address.
Read-only operation; retrieves data without modifying blockchain state.
get_account_balanceFetches the token balances for a given wallet address.
Read-only operation; retrieves data without modifying blockchain state.
get_transactions_by_hashRetrieves transaction details based on its hash.
Read-only operation; retrieves data without modifying blockchain state.
get_nft_metadataRetrieves metadata for a specific NFT.
Read-only operation; retrieves data without modifying blockchain state.
Web3 MCP is relatively safe for read-only operations, providing access to blockchain data through Ankr's API. However, the presence of a private key for authenticated requests introduces risk if the key has write permissions or is compromised. Proper configuration and monitoring are essential to mitigate potential risks.