alienprobe who mcp for Cursor
io.github.bbrysonelite-max/alienprobe-who-mcp
Company name, domain or LEI to its GLEIF legal entity, $0.05 via x402 on Base. Spend caps.
client:Cursor
transport:stdio
runtime:npm
Install alienprobe who mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alienprobe-who-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alienprobe/who-mcp"
],
"env": {
"PRIVATE_KEY": "<PRIVATE_KEY>",
"MAX_USD_PER_CALL": "<MAX_USD_PER_CALL>",
"MAX_USD_PER_SESSION": "<MAX_USD_PER_SESSION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs