Skip to content
VS Code

apimesh for VS Code

io.github.mbeato/apimesh

74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402.

client:VS Code transport:stdio runtime:npm

Install apimesh in VS Code

.vscode/mcp.json

{
  "servers": {
    "apimesh": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mbeato/apimesh-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

apimesh in other clients