Trackly CLI
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
io.github.wallettriage/wallettriage-mcp · v0.1.5
Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).
WalletTriage 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"wallettriage-mcp": {
"command": "npx",
"args": [
"-y",
"wallettriage-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>"
}
}
}
}EVM_PRIVATE_KEY必填secretPrivate key (0x + 64 hex) of a dedicated low-balance session wallet that signs gasless x402 USDC payments on Base. Never use your main key.
GATEWAY_URL可选WalletTriage API base URL. Defaults to the public production gateway; set to http://localhost:4021 for local development.
MAX_PAYMENT_ATOMIC可选Safety cap: refuse any x402 payment requirement above this many atomic USDC units (6 decimals). Default 100000 = US$0.10.
DEFAULT_SCAN_CHAIN可选Default chain when the caller omits one: eth, base, polygon, arbitrum, optimism, bsc.
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
v0.3.0
io.github.theoddden/stamp
NTP time plus clock-drift history: stable vs. accelerating offsets.
v0.1.13
io.github.Servosity/ninjaone-mcp
Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can
v0.81.0
io.github.ArtJack/verdict
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
v0.3.3
io.github.toki0413/saturday-materials
Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.
v2.1.0
com.notepom/notepom
Persistent workspace and visual memory for humans and autonomous agents.
{
"id": "io.github.wallettriage/wallettriage-mcp",
"type": "mcp-server",
"version": "0.1.5",
"displayName": "WalletTriage",
"description": "Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base).",
"repository": {
"url": "https://github.com/wallettriage/wallettriage-mcp",
"source": "github"
},
"homepage": "https://wallettriage.com",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "wallettriage-mcp",
"version": "0.1.5",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "EVM_PRIVATE_KEY",
"description": "Private key (0x + 64 hex) of a dedicated low-balance session wallet that signs gasless x402 USDC payments on Base. Never use your main key.",
"isRequired": true,
"isSecret": true
},
{
"name": "GATEWAY_URL",
"description": "WalletTriage API base URL. Defaults to the public production gateway; set to http://localhost:4021 for local development."
},
{
"name": "MAX_PAYMENT_ATOMIC",
"description": "Safety cap: refuse any x402 payment requirement above this many atomic USDC units (6 decimals). Default 100000 = US$0.10."
},
{
"name": "DEFAULT_SCAN_CHAIN",
"description": "Default chain when the caller omits one: eth, base, polygon, arbitrum, optimism, bsc."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wallettriage/wallettriage-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wallettriage%2Fwallettriage-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}