{
  "name": "GlobalMente Revenue Intelligence Agent",
  "version": "1.0.0",
  "description": "A2A agent for GlobalMente — Revenue Infrastructure Agency. Supports service discovery, discovery call booking, and structured content retrieval. Operates in Italy (Milano) and England/UK (Oxford).",
  "url": "https://globalmente.it",
  "documentationUrl": "https://globalmente.it/auth.md",
  "provider": {
    "organization": "GlobalMente",
    "url": "https://globalmente.it",
    "email": "hello@globalmente.it"
  },
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://globalmente.it/mcp/v1/",
      "transport": "http",
      "protocol": "JSON-RPC 2.0",
      "description": "MCP endpoint for tool invocation (get_globalmente_services, book_discovery_call, get_page_as_markdown)"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get-globalmente-services",
      "name": "Get Service Catalogue",
      "description": "Returns GlobalMente's Revenue Infrastructure service catalogue as structured JSON. Filter by market: IT (Italy/Milano) or GB (England/UK/Oxford). No authentication required.",
      "tags": ["services", "catalogue", "revenue-infrastructure"],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "book-discovery-call",
      "name": "Book Revenue Diagnostic Call",
      "description": "Books a 30-minute Revenue Diagnostic discovery call with GlobalMente. Required fields: name, email, company, market, preferred_datetime. Requires Bearer token — contact hello@globalmente.it to obtain access.",
      "tags": ["booking", "lead-capture", "discovery"],
      "inputModes": ["text", "data"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "get-page-as-markdown",
      "name": "Get Page as Markdown",
      "description": "Returns clean Markdown for any GlobalMente page via Accept: text/markdown content negotiation. No authentication required.",
      "tags": ["content", "markdown", "retrieval"],
      "inputModes": ["text"],
      "outputModes": ["text"]
    }
  ],
  "authentication": {
    "schemes": ["none", "bearer"],
    "note": "get-globalmente-services and get-page-as-markdown are public. book-discovery-call requires Bearer authentication. Contact hello@globalmente.it to obtain API access."
  },
  "agentDiscovery": {
    "mcpServerCard": "https://globalmente.it/.well-known/mcp/server-card.json",
    "agentSkills": "https://globalmente.it/.well-known/agent-skills/index.json",
    "llmsTxt": "https://globalmente.it/llms.txt",
    "llmsFullTxt": "https://globalmente.it/llms-full.txt"
  },
  "relatedAgents": [
    {
      "name": "Aurora Intelligence Agent",
      "url": "https://aurora.globalmente.it",
      "agentCard": "https://aurora.globalmente.it/.well-known/agent-card.json",
      "description": "AI Operations Intelligence Platform. 7-stage gated pipeline turning SME client data into a confidence-scored Operations Dossier."
    }
  ],
  "privacy": {
    "policyUrl": "https://www.iubenda.com/privacy-policy/48086358"
  },
  "_meta": {
    "spec": "https://a2a-protocol.org/latest/specification/",
    "last_updated": "2026-06-19",
    "status": "live"
  }
}
