What problem does it solve?
AI agents struggle to securely and deterministically access Solana blockchain primitives and scaffolding capabilities. SolAgent Forge provides an MCP server that exposes 8 focused tools for live RPC interaction (balance, accounts, transactions, program info), deterministic crypto (PDA derivation, discriminator computation), and Anchor scaffolding, enabling autonomous workflows.
Core Features & Use Cases
- Direct Solana primitives via an MCP server with 8 tools: solana_fund_wallet, solana_get_balance, solana_get_account_info, solana_get_program_info, solana_get_transaction, solana_compute_discriminator, solana_derive_pda, anchor_scaffold.
- Deterministic crypto for PDA derivation and instruction discriminators to reduce agent hallucinations and improve reproducibility.
- HTTP REST wrapper for testing and MCP client integration (health, tools, and tool invocation).
- Production-grade, deterministic tests (66 passing tests) and offline RPC-enabled workflows for reliable agent behavior.
Quick Start
Use the MCP server via npx and optionally run the HTTP wrapper for REST-style testing and tool invocation.