Skip to content
VS Code

UnifAPI for VS Code

com.unifapi/mcp

Hosted MCP server for live public-data APIs and Skills for AI agents.

client:VS Code transport:streamable-http

Install UnifAPI in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.unifapi.com"
    }
  }
}

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

UnifAPI in other clients