Mesh Agent MCP Server

Official
MIT License
42
  • Apple
  • Linux

goplusanalysisagent_fetch_security_details

Retrieve detailed security information for blockchain token contracts using contract address and chain ID, supporting multiple chains including Ethereum, Solana, and Polygon.

Instructions

Fetch security details of a blockchain token contract

Input Schema

NameRequiredDescriptionDefault
chain_idNoThe blockchain chain ID or 'solana' for Solana tokens. Supported chains: Ethereum (1), Optimism (10), Cronos (25), BSC (56), Gnosis (100), HECO (128), Polygon (137), Fantom (250), KCC (321), zkSync Era (324), ETHW (10001), FON (201022), Arbitrum (42161), Avalanche (43114), Linea Mainnet (59144), Base (8453), Tron (tron), Scroll (534352), opBNB (204), Mantle (5000), ZKFair (42766), Blast (81457), Manta Pacific (169), Berachain Artio Testnet (80085), Merlin (4200), Bitlayer Mainnet (200901), zkLink Nova (810180), X Layer Mainnet (196), Solana (solana)
contract_addressYesThe token contract address

Input Schema (JSON Schema)

{ "properties": { "chain_id": { "default": 1, "description": "The blockchain chain ID or 'solana' for Solana tokens. Supported chains: Ethereum (1), Optimism (10), Cronos (25), BSC (56), Gnosis (100), HECO (128), Polygon (137), Fantom (250), KCC (321), zkSync Era (324), ETHW (10001), FON (201022), Arbitrum (42161), Avalanche (43114), Linea Mainnet (59144), Base (8453), Tron (tron), Scroll (534352), opBNB (204), Mantle (5000), ZKFair (42766), Blast (81457), Manta Pacific (169), Berachain Artio Testnet (80085), Merlin (4200), Bitlayer Mainnet (200901), zkLink Nova (810180), X Layer Mainnet (196), Solana (solana)", "type": "string" }, "contract_address": { "description": "The token contract address", "type": "string" } }, "required": [ "contract_address" ], "type": "object" }
ID: 6dmo0hl0qq