MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport
claude mcp add t2000 -- npx -y @t2000/mcp
claude_desktop_config.json
{
"mcpServers": {
"t2000": {
"command": "npx",
"args": [
"-y",
"@t2000/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"t2000": {
"command": "npx",
"args": [
"-y",
"@t2000/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"t2000": {
"command": "npx",
"args": [
"-y",
"@t2000/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"t2000": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@t2000/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"t2000": {
"command": "npx",
"args": [
"-y",
"@t2000/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mission69b--t2000/reviews or the review_server meta-tool.
POST /mcp