MCP Server
MCP
V.A.P.E. — On-Chain Security Detective
Autonomous on-chain security detective for Base, exposed over the Model Context Protocol (MCP).
Install
uvx vape-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "vape-mcp-server",
"version": "1.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Etherscan V2 API key. Without it, contract_source degrades to an honest error.",
"isSecret": true,
"name": "ETHERSCAN_API_KEY"
},
{
"description": "Alchemy API key (Base/Eth/Arb/Op). Without it, wallet_trace returns an error.",
"isSecret": true,
"name": "VAPE_TRACE_ALCHEMY_API"
},
{
"description": "Tavily search key. Falls back to a keyless, less reliable search path if unset.",
"isSecret": true,
"name": "TAVILY_API_KEY"
},
{
"description": "Brave Search key, tried if TAVILY_API_KEY unset. Falls back to keyless search.",
"isSecret": true,
"name": "BRAVE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment