- GoPlus
GoPlus
GoPlus-MCP Complete Guide
What is GoPlus-MCP?
GoPlus-MCP is a blockchain security server designed specifically for LLM clients, providing comprehensive protection across multiple blockchain ecosystems. Built on GoPlus Security, the leading Web3 security layer, it enables LLM clients to directly connect to GoPlus Security Intelligence for real-time blockchain security data analysis. Through this MCP server, users can easily perform token security analysis, address risk assessment, and comprehensive Web3 security checks with advanced threat intelligence capabilities.
How to use GoPlus-MCP?
To use GoPlus-MCP, you need to install it globally via npm and configure it with your GoPlus API credentials. You can then start the server and use it to analyze blockchain security data.
Key features of GoPlus-MCP?
- Comprehensive Token Security Analysis: Support for EVM-compatible and non-EVM chains with honeypot detection, liquidity analysis, and holder concentration assessment
- Malicious Address Detection: Real-time threat intelligence to detect malicious addresses and potential scams across multiple blockchains
- Phishing Website Identification: Detect phishing websites and malicious URLs in the crypto space using GoPlus's extensive database
- NFT Contract Security Analysis: Analyze NFT contract security risks with support for specific token ID analysis
- Approval Security Check: Analyze token approvals for user addresses and detect potential security risks
- Multi-Chain Support: Coverage of 40+ blockchains including Ethereum, BSC, Polygon and other EVM chains, plus non-EVM chains like Solana and Sui
Use cases of GoPlus-MCP?
1. Pre-Investment Token Security Check Analyze whether new token contracts contain honeypots, backdoors, or other security risks before investing
2. Malicious Address Check Check if counterparty wallet addresses are associated with fraudulent activities
3. Approve Security Check Analyze token approvals and detect potential security risks for user addresses
4. NFT Security Check Analyze the security and authenticity of project contracts before purchasing NFTs
5. Phishing Website Security Verification Identify fake DeFi platforms, phishing websites, and malicious links
FAQ from GoPlus-MCP?
-
What blockchains does GoPlus-MCP support?
GoPlus-MCP supports 40+ blockchains, including major EVM-compatible chains like Ethereum, BSC, Polygon, Arbitrum, as well as non-EVM chains like Solana and Sui. The complete support list includes both Layer 1 and Layer 2 networks.
-
Is there a cost to use GoPlus-MCP?
GoPlus-MCP itself is open-source and free, but you need to obtain API credentials from GoPlus. For specific API usage fees, please consult GoPlus directly.
-
How accurate is the security analysis?
GoPlus is an industry-leading Web3 security service provider with a database containing extensive threat intelligence and security data. The analysis accuracy is very high, but we recommend combining multiple tools for comprehensive judgment.
-
Can I analyze multiple addresses or contracts simultaneously?
Yes, most tools support batch analysis. You can use comma-separated multiple addresses or contract addresses for bulk checking.
-
How do I get technical support?
You can visit the GoPlus official website https://gopluslabs.io for technical support, or check the project's GitHub repository for more information.
-
What's the difference between GoPlus-MCP and other security tools?
GoPlus-MCP provides more comprehensive multi-chain support and real-time threat intelligence, with significant advantages in malicious address detection and phishing website identification. It can also be directly integrated into LLM clients for a more convenient user experience.
Server Config
{
"mcpServers": {
"goplus": {
"command": "npx",
"args": [
"-y",
"goplus-mcp@latest",
"--key",
"YOUR_GOPLUS_API_KEY",
"--secret",
"YOUR_GOPLUS_API_SECRET"
]
}
}
}