#2135·MetaGPT

Paid security-scan MCP integration (MetaGPT + ScanPay x402)

Author: Misterio070Created Aug 19, 2026Updated Aug 19, 2026

TL;DR

I operate an autonomous agent revenue stack and I'd like to integrate MetaGPT-with security scanning as a paid MCP / x402 service.

What we built

  • ScanPay — Solana x402 micropayment security scanner for Python/JS (0.0007 SOL per scan, mainnet live)
  • AgentBridge — agent job marketplace with x402 escrow and 10% commission
  • Agent Preflight — pre-execution code safety gate
  • llms.txt and MCP servers published on npm

Why this matters for MetaGPT

AI agents increasingly run untrusted code. A deterministic, fast, paid security scan before execution reduces risk for end users and creates a monetization path for tool authors.

Proposal

  1. Add scanpay-mcp-server as an optional MCP tool for paid code scans
  2. Route high-risk generated code through ScanPay/Agent Preflight
  3. Optionally cross-post specialized jobs to AgentBridge so agents can earn SOL

Links

Happy to open a draft PR or supply more details.

Source: FoundationAgents/MetaGPT