{
  "$schema": "https://agentready.org/schemas/agents.json",
  "version": "1.0",
  "name": "SEOPro AI",
  "description": "SEOPro AI is an AI-SEO platform that grows organic traffic on autopilot across Google and AI answer engines. It generates SEO articles, earns contextual backlinks, submits pages for indexing, and measures how often ChatGPT, Claude, Gemini and Perplexity cite your site.",
  "url": "https://seoproai.co",
  "logo": "https://seoproai.co/seopro-ai-logo-transparent-1200x1200.png",
  "contact": {
    "email": "hi@seoproai.co",
    "phone": "+1-510-342-5413",
    "documentation": "https://seoproai.featurebase.app/help"
  },
  "interfaces": {
    "mcp": {
      "url": "https://api.seoproai.co/api/mcp",
      "transport": "streamable-http",
      "card": "https://seoproai.co/.well-known/mcp.json",
      "toolCount": 18
    },
    "openapi": {
      "url": "https://api.seoproai.co/openapi.json",
      "version": "3.1"
    },
    "rest": {
      "baseUrl": "https://api.seoproai.co/api"
    },
    "llms": {
      "index": "https://seoproai.co/llms.txt",
      "full": "https://seoproai.co/llms-full.txt",
      "markdownConvention": "Append .md to any public page path."
    }
  },
  "authentication": {
    "preferred": "api_key",
    "schemes": [
      {
        "type": "api_key",
        "in": "header",
        "name": "Authorization",
        "format": "Bearer sk_...",
        "obtainAt": "https://seoproai.co/settings?tab=api-keys"
      },
      {
        "type": "oauth2",
        "flow": "authorization_code",
        "pkce": "S256",
        "protectedResourceMetadata": "https://api.seoproai.co/.well-known/oauth-protected-resource/api/mcp",
        "authorizationServerMetadata": "https://api.seoproai.co/.well-known/oauth-authorization-server"
      }
    ]
  },
  "capabilities": [
    {
      "id": "seo-research",
      "name": "SEO research",
      "description": "Read Google Search Console performance, top keywords, trends and AI-assistant traffic for a connected website.",
      "tools": [
        "get_search_performance",
        "get_top_search_keywords",
        "get_search_trends",
        "get_ai_search_traffic"
      ]
    },
    {
      "id": "content-generation",
      "name": "Content generation",
      "description": "Build a dated keyword plan and generate SEO articles against it. Generation is asynchronous and takes 5-10 minutes.",
      "tools": [
        "generate_keyword_plan",
        "get_keyword_plan",
        "generate_article",
        "get_article_status"
      ]
    },
    {
      "id": "publishing",
      "name": "Publishing",
      "description": "Review drafts and publish them to a connected CMS, live or as an unpublished draft.",
      "tools": [
        "list_articles",
        "get_article",
        "publish_article"
      ]
    },
    {
      "id": "indexing",
      "name": "Indexing",
      "description": "Submit URLs to Google and Bing and read back indexing status.",
      "tools": [
        "request_indexing",
        "get_indexing_status"
      ]
    },
    {
      "id": "auditing",
      "name": "Auditing and AI visibility",
      "description": "Run a technical SEO audit on any URL and check whether AI assistants cite a site.",
      "tools": [
        "run_seo_audit",
        "check_ai_citations",
        "get_backlink_profile"
      ]
    }
  ],
  "integrations": [
    "WordPress",
    "Shopify",
    "Webflow",
    "Wix",
    "Ghost",
    "Blogger",
    "Magento",
    "HubSpot",
    "GoHighLevel",
    "Google Search Console",
    "Google Analytics",
    "Slack",
    "Bing IndexNow"
  ],
  "pricing": {
    "currency": "USD",
    "url": "https://seoproai.co/pricing",
    "trial": {
      "description": "7-day trial for $1, then the selected plan price.",
      "price": 1,
      "durationDays": 7
    },
    "plans": [
      {
        "id": "pro",
        "name": "Pro",
        "monthlyPrice": 49,
        "yearlyPrice": 276,
        "articlesPerMonth": 15,
        "linkCreditsPerMonth": 15
      },
      {
        "id": "premium",
        "name": "Premium",
        "monthlyPrice": 99,
        "yearlyPrice": 696,
        "articlesPerMonth": 30,
        "linkCreditsPerMonth": 30
      },
      {
        "id": "ultra",
        "name": "Ultra",
        "monthlyPrice": 199,
        "yearlyPrice": 1668,
        "articlesPerMonth": 60,
        "linkCreditsPerMonth": 60
      }
    ],
    "notes": "Subscriptions are purchased through the hosted checkout at /pricing. There is no per-request or pay-per-call billing, so no machine payment protocol is offered."
  },
  "rateLimits": {
    "policy": "Each API key carries hourly, daily and monthly request quotas. Exceeding one returns 429; back off and retry after the stated window resets.",
    "inspectAt": "https://api.seoproai.co/api/keys/{key_id}/usage",
    "windows": [
      "hourly",
      "daily",
      "monthly"
    ],
    "retryOn": [
      429,
      503
    ]
  },
  "policies": {
    "usage": "https://seoproai.co/.well-known/agent-permissions.json",
    "privacy": "https://seoproai.co/privacy-policy",
    "terms": "https://seoproai.co/terms-conditions",
    "security": "https://seoproai.co/.well-known/security.txt"
  }
}
