Skip to content
VS Code

CrustAPI Google + LinkedIn Data for VS Code

com.crustapi/search

Live Google + public LinkedIn data: search, maps, profiles, companies, jobs. Pay only for results.

client:VS Code transport:stdio runtime:npm

Install CrustAPI Google + LinkedIn Data in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "crustapi-api-key",
      "description": "CRUSTAPI_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crustapi-mcp"
      ],
      "env": {
        "CRUSTAPI_API_KEY": "${input:crustapi-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

CrustAPI Google + LinkedIn Data in other clients