
{
    "mcp_version": "1.0",
    "spec": "WebMCP/1.0",
    "generated": "2026-04-29",
    "site_info": {
        "name": "JACN CREATIVE NETWORK",
        "url": "https://jacncreativenetwork.com/",
        "language": "es",
        "description": "Soluciones digitales de posicionamiento y comunicación",
        "author": {
            "@type": "Person",
            "name": "JACN CREATIVE NETWORK",
            "url": "https://jacncreativenetwork.com/"
        },
        "contact": {
            "email": "hola@jacncreativenetwork.com"
        }
    },
    "resources": [
        {
            "uri_template": "https://jacncreativenetwork.com/{slug}/?format=mcp",
            "name": "Agent-Optimized Page View",
            "content_type": "text/plain",
            "format": "webmcp",
            "charset": "UTF-8",
            "description": "Vista optimizada para agentes de IA. Elimina ruido UI y reduce consumo de tokens. Incluye metadata estructurada y contenido semántico limpio.",
            "discovery": "https://jacncreativenetwork.com/wp-json/wp/v2/posts?per_page=50&_fields=slug,title,date,categories"
        },
        {
            "uri": "https://jacncreativenetwork.com/wp-json/wp/v2/posts",
            "name": "Blog Posts API",
            "content_type": "application/json",
            "charset": "UTF-8",
            "description": "API REST de WordPress con todos los artículos del blog en JSON estructurado."
        }
    ],
    "tools": [
        {
            "name": "search_content",
            "description": "Busca artículos y contenido del sitio.",
            "endpoint": "https://jacncreativenetwork.com/wp-json/wp/v2/posts?search={query}&per_page=5&_fields=id,slug,title,excerpt,link",
            "method": "GET",
            "response_format": "application/json",
            "input_schema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Término de búsqueda"
                    }
                },
                "required": [
                    "query"
                ]
            }
        },
        {
            "name": "list_posts",
            "description": "Lista paginada de artículos publicados.",
            "endpoint": "https://jacncreativenetwork.com/wp-json/wp/v2/posts?per_page={count}&page={page}&_fields=id,slug,title,excerpt,date,link",
            "method": "GET",
            "response_format": "application/json",
            "input_schema": {
                "type": "object",
                "properties": {
                    "count": {
                        "type": "integer",
                        "default": 10,
                        "minimum": 1,
                        "maximum": 50
                    },
                    "page": {
                        "type": "integer",
                        "default": 1,
                        "minimum": 1
                    }
                }
            }
        },
        {
            "name": "get_categories",
            "description": "Lista categorías temáticas disponibles.",
            "endpoint": "https://jacncreativenetwork.com/wp-json/wp/v2/categories?_fields=id,name,slug,count",
            "method": "GET",
            "response_format": "application/json",
            "input_schema": {
                "type": "object",
                "properties": []
            }
        }
    ],
    "capabilities": {
        "agent_view": {
            "enabled": true,
            "parameter": "format=mcp",
            "content_type": "text/plain",
            "format": "webmcp",
            "charset": "UTF-8"
        },
        "rest_api": {
            "enabled": true,
            "base_url": "https://jacncreativenetwork.com/wp-json/wp/v2/",
            "documentation": "https://developer.wordpress.org/rest-api/"
        }
    },
    "rate_limiting": {
        "requests_per_hour": 60,
        "requests_per_day": 500,
        "headers": {
            "limit": "X-RateLimit-Limit",
            "remaining": "X-RateLimit-Remaining",
            "retry_after": "Retry-After"
        }
    },
    "security": {
        "https": true,
        "cors": {
            "allowed_origins": [
                "*"
            ],
            "allowed_methods": [
                "GET"
            ]
        },
        "authentication": {
            "required": false
        }
    },
    "agent_instructions": "Este sitio implementa WebMCP/1.0. Para contenido optimizado para agentes, agrega ?format=mcp a cualquier URL. Proveedor: JACN CREATIVE NETWORK."
}