Open Markets for VS Code
io.github.danchev/openmarkets
Financial market data, SEC filings, macroeconomic telemetry, and portfolio analytics through MCP.
client:VS Code
transport:stdio
runtime:pypi
Install Open Markets in VS Code
.vscode/mcp.json
{
"servers": {
"openmarkets": {
"type": "stdio",
"command": "uvx",
"args": [
"openmarkets"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs