@wallgent/mcp-server
v0.2.0
Published
Official Wallgent MCP server — 71 financial tools for AI agents via the Model Context Protocol. Wallets, payments, policy engine, invoicing, agent-to-agent payments, analytics, disputes, agent-studio, and more. Works with Claude Desktop and any MCP client
Maintainers
Readme
@wallgent/mcp-server
Official Model Context Protocol server for Wallgent — gives AI agents financial superpowers.
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wallgent": {
"command": "npx",
"args": ["-y", "@wallgent/mcp-server"],
"env": {
"WALLGENT_API_KEY": "wg_live_your_key_here"
}
}
}
}Available Tools
59 tools covering the full Wallgent API:
- Wallets — create, fund, freeze, get balance, list transactions
- Payments — send payments, check status, get history
- Policies — create spending rules, set limits, manage approvals
- Transfers — move funds between wallets
- Webhooks — manage event subscriptions
- API Keys — create and revoke programmatic access
- Audit Logs — query the full activity trail
- Bank Accounts — link and manage external accounts
Documentation
Full guide at docs.wallgent.com/docs/guides/claude-mcp.
License
MIT
