AKBridge for VS Code
io.github.kevynf/akbridge
Search and call AKShare financial data interfaces through three routed MCP tools
client:VS Code
transport:stdio
runtime:pypi
Install AKBridge in VS Code
.vscode/mcp.json
{
"servers": {
"akbridge": {
"type": "stdio",
"command": "uvx",
"args": [
"akbridge"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs