solana-auditor
Solana Agent Audit MCP
An autonomous security audit MCP server and CLI utility designed for Solana programs, Anchor frameworks, and AI Agent Wallets.
Supports automated x402 payment headers and micropayments in USDC for pay-per-audit AI workflows.
Features
Program Vulnerability Scanner: Static analysis detecting missing
Signerchecks on authority accounts, unconstrained PDA derivations ininvoke_signed, unverified external CPI program targets, and unsafe account closure resurrect vectors.x402 Micropayment Protocol: Built-in paywall invoice generator that creates standardized x402 payment memos for automated agent-to-agent transactions.
Standard MCP Protocol: Implements Model Context Protocol tools (
audit_solana_codeandget_payment_invoice) compatible with Claude Code, Cursor, Codex, and OpenClaw.
Payout Recipient Configuration
All generated audit invoices route payments directly to the designated Solana recipient address:
FCGFGq1WRawg4oQ8zicwt3qX3FdsJPBZzAoC1ZSfp7oDQuickstart
1. Install & Build
npm install
npm run build
npm test2. Configure with MCP Client (Claude Code / Cursor / Codex)
Add to your MCP configuration:
{
"mcpServers": {
"solana-auditor": {
"command": "node",
"args": ["dist/index.js"]
}
}
}3. Available Tools
audit_solana_code({ sourceCode, programName }): Performs static security audit returning structured findings, severity, recommendations, and security score (0-100).get_payment_invoice({ serviceName, amountUsdc }): Generates an x402 payment request invoice with recipient address and unique transaction memo.
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdjdjjdrjnsn/solana-agent-audit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server