Back to Browse

V MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Autonomous on-chain security detective for Base, exposed over the Model Context Protocol (MCP).

About

Autonomous on-chain security detective for Base, exposed over the Model Context Protocol (MCP).

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Etherscan V2 API key. Without it, contract_source degrades to an honest error.Required

Environment variable: ETHERSCAN_API_KEY

Alchemy API key (Base/Eth/Arb/Op). Without it, wallet_trace returns an error.Required

Environment variable: VAPE_TRACE_ALCHEMY_API

Tavily search key. Falls back to a keyless, less reliable search path if unset.Required

Environment variable: TAVILY_API_KEY

Brave Search key, tried if TAVILY_API_KEY unset. Falls back to keyless search.Required

Environment variable: BRAVE_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-juxtaposition1-vape": {
      "env": {
        "BRAVE_API_KEY": "your-brave-api-key-here",
        "TAVILY_API_KEY": "your-tavily-api-key-here",
        "ETHERSCAN_API_KEY": "your-etherscan-api-key-here",
        "VAPE_TRACE_ALCHEMY_API": "your-vape-trace-alchemy-api-here"
      },
      "args": [
        "vape-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!