Loading MCP server directory, please wait...
Economic-safety tools for trading agents: executable quote + rug/honeypot pretrade check via x402.
npx @getmcp/cli add com.getplexa/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AGENT_WALLET_KEYFunded wallet private key — pays Plexa per call (x402 USDC) and signs locally. Plexa never receives it. Use a dedicated low-balance wallet.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.getplexa/mcp": {
"command": "npx",
"args": [
"-y",
"@getplexa/mcp"
],
"env": {
"AGENT_WALLET_KEY": "",
"PLEXA_BASE_URL": "",
"CHAIN": ""
}
}
}
}