mcp for VS Code
io.github.apipriceindex/mcp
Live, verified LLM API prices: search models, get sourced prices, estimate workload costs.
client:VS Code
transport:stdio
runtime:pypi
Install mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apipriceindex-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs