Scanpay MCP server
Code security scanner for AI agents. 45+ vulnerability patterns, AST analysis, Solana micropayments.
0 stars25 downloads/wk
Reviews
Write oneNobody has reviewed Scanpay yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Scanpay tools (3)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
health_checkCheck ScanPay service health and payment mode.
list_productsList available ScanPay products and their prices.
scan_codeScan source code for security vulnerabilities. Returns list of findings with severity, line numbers, and descriptions. Supports Python and JavaScript/TypeScript.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 35 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Scanpay repository's README, as published. We do not edit it. Read it on GitHub
ScanPay — Code Security Scanner with x402 v2 Micropayments
🚀 Try ScanPay Live (Solana Mainnet)
Pay 0.0007 SOL (~$0.10) per scan. No account. No API key.
- Live API: https://theoretical-config-hobby-kruger.trycloudflare.com
- Landing page: https://misterio070.github.io/scanpay-landing/
- AgentBridge: https://invest-ftp-cast-surround.trycloudflare.com
- MCP Server: npx scanpay-mcp-server
- CLI: npx scanpay-cli scan --language python --file ./code.py
- llms.txt: https://github.com/Misterio070/scanpay/blob/main/llms.txt
💰 Pricing
- Python / JavaScript / TypeScript scan: 0.0007 SOL
- AgentBridge job escrow commission: 10%
- No subscriptions, no free trial abuse.
Deterministic AST-based security scanning for Python and JavaScript/TypeScript.
No code execution. No AI inference. Just fast, reliable vulnerability detection.
Pay per scan with Solana micropayments — $0.10/scan.
🎯 What It Does
ScanPay analyzes source code for security vulnerabilities using deterministic AST parsing. No AI, no code execution — just fast, reliable pattern matching that catches 45+ vulnerability classes before code runs.
Built for AI agents that generate code: scan before execution, block dangerous patterns, log audit trails.
✨ Features
- 45+ vulnerability patterns across Python and JS/TS/TSX
- Deterministic analysis — same input always produces same output
- x402 v2 payment protocol — pay per scan with SOL on Solana
- Dual language support — Python (ast module) and JS/TS (tree-sitter)
- No false AI hallucinations — pure rule-based detection
- FastAPI-powered — sub-100ms scan latency
- SARIF output — industry-standard vulnerability report format
- Batch scanning — scan multiple files in one request
🌐 Live Demo
ScanPay is deployed and running:
- Public API: https://theoretical-config-hobby-kruger.trycloudflare.com
- Products: https://theoretical-config-hobby-kruger.trycloudflare.com/api/v1/products
- Payment: x402 v2 on Solana mainnet (0.0007 SOL ≈ $0.10 per scan)
- Wallet: JDKXvegmW5j4sAJPB6YCA9ffJbN422WLMmCWCcpy1vm4
Try it
curl -X POST https://theoretical-config-hobby-kruger.trycloudflare.com/api/v1/scan \
-H "Content-Type: application/json" \
-d '{"language":"python","source_code":"import os; os.system(\"rm -rf /\")"}'Returns 402 Payment Required with Solana payment details. Send payment and retry with X-PAYMENT header to get the scan result.
🚀 Quick Start
Using the Live API (mainnet)
# Health check
curl https://repository-nil-camcorder-divx.trycloudflare.com/api/v1/health
# List available products
curl https://repository-nil-camcorder-divx.trycloudflare.com/api/v1/products
# Scan code (requires payment)
curl -X POST https://repository-nil-camcorder-divx.trycloudflare.com/api/v1/scan \
-H "Content-Type: application/json" \
-d '{"source_code":"eval(userInput)","language":"python"}'
# → 402 Payment Required (0.0007 SOL)Self-Host
git clone https://github.com/Misterio070/scanpay.git
cd scanpay
pip install -r requirements.txt
python main.py
# → http://localhost:8484💳 Payment Flow (x402 v2)
- Client requests scan → receives 402 Payment Required
- Client pays 0.0007 SOL (~$0.10) to merchant wallet via Solana
- Client retries with X-PAYMENT header containing payment proof
- Server verifies payment on-chain, runs scan, returns results
Merchant wallet: JDKXvegmW5j4sAJPB6YCA9ffJbN422WLMmCWCcpy1vm4
🤖 For AI Agents (MCP Server)
ScanPay includes an MCP server for AI agents to scan code before execution:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y scanpay-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add scanpay -- npx -y scanpay-mcp-server
Scanpay: common questions
- Is Scanpay MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Scanpay safety report
- How do I install Scanpay?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Scanpay need an API key?
- No secret keys are declared. It reads 1 setting from the environment.
- Is Scanpay maintained?
- The last commit was 36 days ago (2026-08-19). The latest release is v0.2.0.
- What can I use instead of Scanpay?
- Servers from other publishers that do the same job: MCP Security & Vulnerability Auditor MCP server, CrowdStrike Falcon MCP Server and Reversecore MCP server. Compare all Scanpay alternatives.
Alternatives to Scanpay
Same job from other publishers: the closest match first, then the best rated.
MCP Security & Vulnerability AuditorStatic AST security scanner detecting command injection, leaked secrets, and SSRF in MCP tools.not reviewedGrowingB- CrowdStrike Falcon MCP ServerConnects AI agents with CrowdStrike Falcon for security analysis and automation.not reviewedEstablishedA
- Reversecore MCPSecurity-first MCP server for reverse engineering, malware analysis, forensics, and SAST.not reviewedEstablishedB
- CodeInspectusLocal-first MCP security scanner and CLI for AI-generated applications.not reviewedGrowingC
- Npm SentinelAdvanced NPM analysis: Recursive security scanning, ecosystem awareness, and deep insights.not reviewedGrowingA