Check your portfolio, cash transactions, movements, payed fees, growth history and more
Server Config
{
"mcpServers": {
"indexa": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://unofficial-indexa-mcp.up.railway.app/mcp",
"--header",
"X-INDEXA-TOKEN:${INDEXA_TOKEN}"
],
"env": {
"INDEXA_TOKEN": "<TOKEN_INDEXA>"
}
}
}
}