VS Code
Adding Advibly to VS Code.
VS Code uses a servers block and wants the transport named explicitly:
{
"servers": {
"advibly": {
"type": "http",
"url": "https://advibly.com/mcp"
}
}
}Authorise in the browser when prompted. No API key is involved.
Verify the connection
Start a new agent chat and ask: “Use Advibly to list my brands and credit balance.” Setup is complete when VS Code returns account data without an authentication error.
If the server is configured but the tools are absent, reload the VS Code window
after OAuth. Confirm the transport remains http; Advibly does not use stdio or
the legacy SSE transport.