lithium-vault-mcp
About
Primary-source lithium & battery-metals mining data (AISC, reserves, filings) via x402.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CDP_API_KEY_ID CDP_API_KEY_SECRET CDP_WALLET_SECRET CDP_ACCOUNT_NAME VAULT_BASE_URL X402_MAX_PRICEClaude Code
claude mcp add --env CDP_API_KEY_ID= --env CDP_API_KEY_SECRET= --env CDP_WALLET_SECRET= --env CDP_ACCOUNT_NAME= --env VAULT_BASE_URL= --env X402_MAX_PRICE= lithium-vault-mcp -- npx lithium-vault-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"lithium-vault-mcp","command":"npx","args":["lithium-vault-mcp"],"env":{"CDP_API_KEY_ID":"","CDP_API_KEY_SECRET":"","CDP_WALLET_SECRET":"","CDP_ACCOUNT_NAME":"","VAULT_BASE_URL":"","X402_MAX_PRICE":""}}'
JSON
{
"mcpServers": {
"lithium-vault-mcp": {
"command": "npx",
"args": [
"lithium-vault-mcp"
],
"env": {
"CDP_API_KEY_ID": "",
"CDP_API_KEY_SECRET": "",
"CDP_WALLET_SECRET": "",
"CDP_ACCOUNT_NAME": "",
"VAULT_BASE_URL": "",
"X402_MAX_PRICE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.