{
  "name": "mahoney-context-protocol-agent",
  "description": "Context and blog search agent for Mahoney Context Protocol — the two-tier web architecture that makes sites agent-native.",
  "url": "https://mahoneycontextprotocol.com/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "Mahoney Context Protocol",
    "url": "https://mahoneycontextprotocol.com"
  },
  "documentationUrl": "https://mahoneycontextprotocol.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "None"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_context",
      "name": "Get Context",
      "description": "Return structured context about Mahoney Context Protocol: name, email, tagline, thesis (two-tier web), and blog URL.",
      "tags": [
        "context",
        "protocol",
        "about"
      ],
      "examples": [
        "What is Mahoney Context Protocol?",
        "Who runs this site?"
      ]
    },
    {
      "id": "search_blog",
      "name": "Search Blog",
      "description": "Search blog posts by keyword (static search on available posts).",
      "tags": [
        "blog",
        "search",
        "content"
      ],
      "examples": [
        "Search for posts about probes",
        "Find articles on agent-readiness"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "tools": [
    {
      "name": "get_context",
      "description": "Return structured context about Mahoney Context Protocol: name, email, tagline, thesis (two-tier web), and blog URL."
    },
    {
      "name": "search_blog",
      "description": "Search blog posts by keyword (static search on available posts)."
    }
  ]
}
