import { Button } from "@/components/ui/button" import { Code, Cpu, DollarSign, Zap, ArrowRight, Box } from "lucide-react" const MCPSection = () => { return (
Monetizable Code Packages

What is an MCP?

MCP = a wrapper on an API that works with LLMs. Think of it as a packaged AI behavior ready to be deployed or sold. No complex infrastructure needed.

{/* Simple to Create */}

Simple to Create

Use our visual builder or write custom code. MCPs wrap your logic into LLM-compatible packages.

// Example MCP
function weatherBot()
→ Returns: Live weather data
{/* Easy to Deploy */}

Easy to Deploy

One-click deployment to our global network. Your MCP becomes instantly available to LLMs worldwide.

Status: Live & Earning
{/* Ready to Monetize */}

Ready to Monetize

Set your pricing, track usage, and get paid automatically. Turn your AI ideas into recurring revenue.

Per-use pricing: $0.01 - $10.00
Monthly revenue: $500 - $5000+
{/* Example MCPs */}

Popular MCP Examples

Code Generator

Generates clean, documented code in any language

$2.50/use • 1.2k uses this month

Data Analyzer

Converts raw data into actionable insights

$5.00/use • 800 uses this month

Content Creator

Writes engaging content for any platform

$1.00/use • 2.1k uses this month
) } export default MCPSection