{
 "specVersion": "1.0",
 "host": {
  "name": "AutoBlogging Pro",
  "url": "https://autobloggingpro.com/",
  "contact": "bonjour@autobloggingpro.com"
 },
 "entries": [
  {
   "identifier": "urn:air:autobloggingpro.com:docs:mcp-server",
   "displayName": "AutoBlogging Pro — MCP server",
   "type": "application/mcp-server-card+json",
   "url": "https://autobloggingpro.com/.well-known/mcp/server-card.json",
   "description": "Read-only MCP tools over the documentation site.",
   "tags": [
    "wordpress",
    "ai-writing",
    "seo",
    "plugin"
   ],
   "capabilities": [
    "list_pages",
    "get_page",
    "search_faq",
    "plugin_info"
   ]
  },
  {
   "identifier": "urn:air:autobloggingpro.com:docs:a2a-agent",
   "displayName": "AutoBlogging Pro — A2A agent card",
   "type": "application/a2a-agent-card+json",
   "url": "https://autobloggingpro.com/.well-known/agent-card.json",
   "description": "Agent-to-agent binding for the same read-only data.",
   "tags": [
    "wordpress",
    "ai-writing",
    "seo"
   ],
   "capabilities": [
    "list_pages",
    "get_page",
    "search_faq",
    "plugin_info"
   ]
  },
  {
   "identifier": "urn:air:autobloggingpro.com:docs:full-text",
   "displayName": "AutoBlogging Pro — full text",
   "type": "text/markdown",
   "url": "https://autobloggingpro.com/llms-full.txt",
   "description": "Every page of the site as markdown, generated with the HTML.",
   "tags": [
    "documentation"
   ],
   "capabilities": [
    "read"
   ]
  },
  {
   "identifier": "urn:air:autobloggingpro.com:docs:agent-skills",
   "displayName": "AutoBlogging Pro — agent skills",
   "type": "application/json",
   "url": "https://autobloggingpro.com/.well-known/agent-skills/index.json",
   "description": "Declared skills: read the docs, ask the FAQ, plugin facts, download.",
   "tags": [
    "skills"
   ],
   "capabilities": [
    "read"
   ]
  }
 ]
}