{
    "name": "Agence Com'online",
    "description": "Outils publics de l'Agence de communication digitale Com'online.",
    "version": "1.0.0",
    "mcp_version": "1.0.0",
    "homepage": "https://www.com-on-line.com",
    "logo": "https://www.com-on-line.com/upload/tinymce/images/logos/agence-communication-grenoble.webp",
    "contact": {
        "email": "christophe.savoye@com-on-line.com",
        "telephone": "+33650149818"
    },
    "geo": {
        "latitude": 45.25223608299336,
        "longitude": 5.774466394935468
    },
    "organization": {
        "name": "Agence de communication digitale Com'online",
        "address": {
            "street": "599 chemin de Bordelière",
            "city": "Le Sappey-en-Chartreuse",
            "postalCode": "38700",
            "region": "Auvergne-Rhône-Alpes",
            "country": "France"
        }
    },
    "tools": [
        {
            "name": "send_contact_request",
            "title": "Envoyer une demande de contact",
            "description": "Permet d'envoyer une demande de contact à l'Agence de communication digitale Com'online.",
            "endpoint": {
                "url": "https://www.com-on-line.com/api/contact",
                "method": "POST",
                "contentType": "application/json"
            },
            "inputSchema": {
                "type": "object",
                "required": [
                    "nom",
                    "email",
                    "message"
                ],
                "properties": {
                    "prenom": {
                        "type": "string",
                        "description": "Prénom du contact"
                    },
                    "nom": {
                        "type": "string",
                        "description": "Nom du contact"
                    },
                    "email": {
                        "type": "string",
                        "format": "email",
                        "description": "Adresse email"
                    },
                    "telephone": {
                        "type": "string",
                        "description": "Téléphone"
                    },
                    "societe": {
                        "type": "string",
                        "description": "Nom de la société"
                    },
                    "service": {
                        "type": "string",
                        "enum": [
                            "Création de sites e-commerce",
                            "Création de sites internet",
                            "Créations graphiques",
                            "Emailing & Newsletter",
                            "Envoi SMS",
                            "Flocage véhicules",
                            "Gestion d'API",
                            "Gestion des réseaux sociaux",
                            "Google & Facebook Ads",
                            "Hébergement web",
                            "Référencement SEO"
                        ],
                        "description": "Service concerné"
                    },
                    "message": {
                        "type": "string",
                        "description": "Message du client"
                    }
                }
            },
            "outputSchema": {
                "type": "object",
                "properties": {
                    "success": {
                        "type": "boolean"
                    },
                    "message": {
                        "type": "string"
                    }
                }
            }
        }
    ],
    "resource_discovery": {
        "description": "Ressources permettant aux moteurs de recherche et agents IA de comprendre, explorer et interagir avec le site Com'online.",
        "primary": "https://www.com-on-line.com/llms.txt",
        "full": "https://www.com-on-line.com/llms-full.txt",
        "json": "https://www.com-on-line.com/.well-known/llms.json",
        "tools": "https://www.com-on-line.com/.well-known/mcp.json",
        "api_specification": "https://www.com-on-line.com/.well-known/openapi.json",
        "plugin_manifest": "https://www.com-on-line.com/.well-known/ai-plugin.json"
    },
    "resources": [
        {
            "name": "homepage",
            "type": "text/html",
            "description": "Page d'accueil du site Agence Com'online",
            "url": "https://www.com-on-line.com"
        },
        {
            "name": "robots.txt",
            "type": "text/plain",
            "description": "Fichier robots.txt du site.",
            "url": "https://www.com-on-line.com/robots.txt"
        },
        {
            "name": "sitemap.xml",
            "type": "application/xml",
            "description": "Sitemap XML principal du site.",
            "url": "https://www.com-on-line.com/sitemap.xml"
        },
        {
            "name": "llms.txt",
            "type": "text/plain",
            "description": "Fichier de synthèse destiné aux modèles de langage.",
            "url": "https://www.com-on-line.com/llms.txt"
        },
        {
            "name": "llms-full.txt",
            "type": "text/plain",
            "description": "Version complète du contenu du site destinée aux modèles de langage.",
            "url": "https://www.com-on-line.com/llms-full.txt"
        },
        {
            "name": "llms.json",
            "type": "application/json",
            "description": "Description structurée de Agence Com'online et de ses services.",
            "url": "https://www.com-on-line.com/.well-known/llms.json"
        },
        {
            "name": "openapi.json",
            "type": "application/json",
            "description": "Spécification OpenAPI des endpoints publics.",
            "url": "https://www.com-on-line.com/.well-known/openapi.json"
        },
        {
            "name": "mcp.json",
            "type": "application/json",
            "description": "Déclaration des outils MCP publics de Agence Com'online.",
            "url": "https://www.com-on-line.com/.well-known/mcp.json"
        },
        {
            "name": "ai-plugin.json",
            "type": "application/json",
            "description": "Manifeste AI Plugin décrivant l'API publique.",
            "url": "https://www.com-on-line.com/.well-known/ai-plugin.json"
        },
        {
            "name": "mentions-legales",
            "type": "text/html",
            "description": "Informations légales du site.",
            "url": "https://www.com-on-line.com/mentions-legales"
        },
        {
            "name": "politique-confidentialite",
            "type": "text/html",
            "description": "Politique de confidentialité.",
            "url": "https://www.com-on-line.com/politique-de-confidentialite"
        }
    ]
}