AccountMcpServer

AnandKittappa/AccountMcpServer
★ 0 stars Java AI/LLM Updated 6d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "accountmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "AnandKittappa/AccountMcpServer"
      ]
    }
  }
}

README Excerpt

A Spring Boot **Model Context Protocol (MCP)** server exposing read-only bank account tools over **streamable HTTP** (the current MCP transport), with a **stdio** profile kept as a fallback for subprocess-style clients. Built with Spring AI `2.0.0` on Spring Boot `4.1.0`. | Tool | Parameters | Returns |

Tools (8)

getAccountBalancegetLastTransactiongetRecentTransactionshttprequestAccountStatementstdiostreamablesync