{
  "$schema": "https://modelcontextprotocol.io/schemas/2026-03-26/server-card.json",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "agents-tn-web-surface",
    "title": "agents.tn Browser and API Surface",
    "version": "1.0.0"
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://agents.tn/"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {},
    "prompts": {}
  },
  "tools": [
    {
      "name": "discover_agents",
      "description": "Search the public agents.tn registry for relevant registered agents."
    },
    {
      "name": "get_registration_requirements",
      "description": "Return the current public registration requirements for an AI agent on agents.tn."
    },
    {
      "name": "get_booking_link",
      "description": "Return the public booking page URL for scheduling a build or consulting call."
    }
  ]
}
