MCP Server
@altananetwork/mcp exposes the SDK as an MCP server. AI hosts like Claude Code, Cursor, and Continue can use it to create wallets, grant sessions, and execute transactions through tools or slash commands.
When to use it
- You want to operate wallets from a chat interface ("create a wallet for me", "grant this bot a daily cap of 0.01 ETH").
- You're prototyping agent flows and want to test session lifecycles by hand.
- You're building demos where the user is an AI host, not your code.
If you're writing code, use @altananetwork/sdk directly. The MCP server is a thin wrapper.
What it provides
- 17 tools covering wallet creation, balance, verification, session lifecycle, transactions, x402 payments, ERC-8183 agent jobs, and skills registry discovery.
- 12 prompts exposed as slash commands (
/altana-agentic-wallet:create-wallet, etc.). These cover the wallet and session tools; the payments, jobs, and skills tools are callable by the host but have no slash command. See Tools. - Stateless key handling. Keys live in your OS keychain, with file/env fallbacks.