pequod mcp for VS Code
io.github.abwerks/pequod-mcp
Complete US ETF holdings from SEC N-PORT filings + ticker/CUSIP/FIGI crosswalk. Primary source.
client:VS Code
transport:stdio
runtime:pypi
Install pequod mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "api-openfigi",
"description": "API_OpenFIGI",
"password": true
}
],
"servers": {
"pequod-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pequod-mcp"
],
"env": {
"API_OpenFIGI": "${input:api-openfigi}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs