Skip to content
VS Code

marketstack mcp for VS Code

io.github.mrfentmen/marketstack-mcp

Marketstack API: EOD prices, history, tickers, exchanges, dividends.

client:VS Code transport:stdio runtime:npm

Install marketstack mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "marketstack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "marketstack-mcp"
      ]
    }
  }
}

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

marketstack mcp in other clients