solana-auditor
Provides security auditing for Solana programs and Anchor frameworks, with static vulnerability detection and x402 payment invoice generation for USDC micropayments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@solana-auditorrun a security audit on this Anchor program code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: solidity-sentinel
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Solana wallet forensics SDK, x402 pay-per-call, AI agents.
Solana address risk grades and token scans for AI agents. Pay-per-call via x402 (USDC on Base).
Pre-trade token safety checks for AI agents on Solana and Base. x402 USDC per call, no key.
1Pay-per-call Solana token risk intelligence: 8 tools via x402. From $0.005 USDC, no API key.
Related MCP Servers
- AlicenseBqualityDmaintenanceAgent payments ecosystem intelligence. Scans GitHub, Hacker News, and npm for activity across AP2, ACP, x402, MPP, and UCP protocols. Returns scored and classified opportunities. Free protocol info and comparison, paid scan via x402 USDC3641MIT
- AlicenseAqualityCmaintenanceEnables static security audit of Solidity smart contracts by analyzing source code or deployed bytecode for vulnerabilities, providing risk scores and detailed findings.1MIT
- AlicenseNot gradedqualityBmaintenanceAI-powered smart contract security analysis for AI agents and developers, enabling scanning of Solidity repos for vulnerabilities.168MIT
- AlicenseNot gradedqualityBmaintenanceChecks token contract safety for honeypot, tax, proxy, blacklist, ownership risks, and returns a risk score, enabling rug-pull protection for agents via pay-per-call x402 micropayments.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