tiingo mcp for VS Code
io.github.mrfentmen/tiingo-mcp
MCP server for Tiingo: stocks, forex, crypto. Needs a free API token.
client:VS Code
transport:stdio
runtime:npm
Install tiingo mcp in VS Code
.vscode/mcp.json
{
"servers": {
"tiingo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tiingo-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs