Skip to main content
The MCP Tools provide AI agents with a standardized interface to interact with the wallet engine, Solana blockchain, x402 payment protocol, and decentralized marketplace. Each tool has a typed schema that LLMs can parse and invoke autonomously.

Tool Categories

Wallet

Create, list, inspect, and manage agent wallets.

Transfers

Send SOL, SPL tokens, and on-chain memos.

Tokens

Create token mints and mint supply.

Payments

Probe and pay x402-gated endpoints.

Discovery

Discover merchants, read manifests, check reputation.

Merchant

Premium data tools gated by x402 (analyze token, fetch prices).

Complete Tool Reference

ToolCategoryInputDescription
create_walletWalletlabelGenerate a new AES-encrypted wallet
list_walletsWalletList all managed wallet IDs and public keys
get_balanceWalletwallet_idSOL + SPL token balances
get_audit_logsWalletwallet_id?Recent transaction history and policy decisions
get_statusWalletSystem telemetry (cluster, RPC, Kora status)
get_policyWalletwallet_id?Active spending policy and usage counters
send_solTransferwallet_id, to, amountPolicy-enforced SOL transfer
send_tokenTransferwallet_id, mint, to, amountSPL token transfer with ATA handling
write_memoTransferwallet_id, messagePublish an on-chain SPL Memo
mint_tokensTokenwallet_id, mint, amount, to?Mint SPL tokens (requires mint authority)
probe_x402PaymenturlDiscover x402 price without paying
pay_x402_invoicePaymentwallet_id, url, method?, body?Pay and receive data in one step
fetch_pricesMerchanttokensLive token prices via Jupiter API
analyze_token_securityMerchantmint_addressToken security analysis (mint/freeze authority)
discover_registryDiscoveryScan Solana for registered merchants
read_manifestDiscoverymanifest_urlRead a merchant’s .well-known/agent.json
check_reputationDiscoveryreputation_urlCheck merchant trust score
close_wallet exists in the codebase but is intentionally excluded from MCP registration. Wallet closure is a destructive operation restricted to human operators via the CLI.