import { Link } from 'react-router-dom'; import { ArrowRight, Shield } from 'lucide-react'; const AI_TOOLS = [ { name: 'Claude', color: 'bg-orange-100 text-orange-700' }, { name: 'Codex', color: 'bg-green-100 text-green-700' }, { name: 'Cursor', color: 'bg-blue-100 text-blue-700' }, { name: 'AI Agents', color: 'bg-purple-100 text-purple-700' }, ]; export default function Hero() { return (
{/* Left: copy */}
Secure MCP Server for Odoo

Connect your Odoo ERP to{' '} Claude, Codex, and AI agents

A secure hosted MCP server for Odoo. Subscribe, connect your Odoo instance, and instantly use your ERP data inside your favorite AI tools.

Start Free Trial View Setup Guide

No credit card required · 7-day free trial · Cancel anytime

{/* Right: diagram */}
{/* Odoo ERP → OdooMCP → AI Tools */}
🗄️
Odoo ERP
MCP
GetOdooMCP
{AI_TOOLS.map((t) => (
{t.name}
))}
{/* MCP endpoint badge */}

Your MCP Endpoint

https://api.getodoomcp.com/mcp/sse

Active Tools: 24 enabled Claude: Connected
); }