{
  "schema_version": "1.0",
  "server_info": {
    "name": "ChimpanSEO",
    "description": "AI-powered SEO & AEO article generator with automatic WordPress publishing",
    "url": "https://chimpanseo.app",
    "version": "1.0.0",
    "logo": "https://chimpanseo.app/logo.png"
  },
  "capabilities": {
    "tools": true
  },
  "tools": [
    {
      "name": "view_pricing",
      "description": "View ChimpanSEO subscription plans and pricing details including Free, Starter, Pro, and Business tiers",
      "uri": "https://chimpanseo.app/#pricing",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "view_blog",
      "description": "Browse SEO and AEO articles published on the ChimpanSEO blog, written and published using the platform itself",
      "uri": "https://chimpanseo.app/blog",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "read_blog_post",
      "description": "Read a specific blog post by its URL slug",
      "uri": "https://chimpanseo.app/blog/{slug}",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "The URL slug of the blog post to read"
          }
        },
        "required": ["slug"]
      }
    },
    {
      "name": "sign_up",
      "description": "Navigate to the ChimpanSEO sign-up page to create a free account",
      "uri": "https://chimpanseo.app/signup",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "view_privacy_policy",
      "description": "Read ChimpanSEO GDPR-compliant privacy policy and data processing information",
      "uri": "https://chimpanseo.app/legal/privacy",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "view_terms",
      "description": "Read ChimpanSEO terms of service",
      "uri": "https://chimpanseo.app/legal/termini",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "view_cookie_policy",
      "description": "Read ChimpanSEO cookie policy including technical and analytics cookies",
      "uri": "https://chimpanseo.app/legal/cookie",
      "method": "GET",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
