Skip to content
VS Code

Lenderprice MCP for VS Code

com.lenderprice/mcp

MCP server that exposes the Lenderprice platform's capabilities to AI models.

client:VS Code transport:streamable-http

Install Lenderprice MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mp-mcp.lenderprice.com/mcp/?"
    }
  }
}

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

Lenderprice MCP in other clients