{
  "$schema": "https://modelcontextprotocol.io/schema/server-card/v1.json",
  "schemaVersion": "1.0.0",
  "name": "GlobalMente Revenue Intelligence MCP Server",
  "version": "1.0.0",
  "description": "MCP server for GlobalMente — Revenue Infrastructure Agency. Exposes tools for service discovery, discovery call booking, and structured content retrieval. Italy (Milano) and England/UK (Oxford).",
  "homepage": "https://globalmente.it",
  "serverInfo": {
    "name": "globalmente-mcp",
    "version": "1.0.0"
  },
  "provider": {
    "name": "GlobalMente Team — Revenue Infrastructure Agency",
    "url": "https://globalmente.it",
    "email": "hello@globalmente.it",
    "markets": ["IT", "GB"],
    "languages": ["it", "en"],
    "locations": {
      "uk": "Oxford, Oxfordshire, England",
      "it": "Milano, Italy"
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://globalmente.it/mcp/v1/",
    "method": "POST",
    "contentType": "application/json",
    "protocol": "JSON-RPC 2.0"
  },
  "security": {
    "note": "get_globalmente_services and get_page_as_markdown are public read-only tools. book_discovery_call is a write-capable tool that requires authentication.",
    "book_discovery_call": {
      "scheme": "bearer",
      "header": "Authorization",
      "format": "Bearer <token>",
      "obtain": "Contact hello@globalmente.it to request API access."
    }
  },
  "capabilities": {
    "tools": [
      {
        "name": "get_globalmente_services",
        "description": "Returns GlobalMente service catalogue as structured JSON. Filter by market: IT (Italy/Milano) or GB (England/UK/Oxford).",
        "auth": "none"
      },
      {
        "name": "book_discovery_call",
        "description": "Books a 30-minute Revenue Diagnostic discovery call with GlobalMente. Required: name, email, company, market, preferred_datetime. Requires Authorization: Bearer <token> — contact hello@globalmente.it to obtain access.",
        "auth": "bearer"
      },
      {
        "name": "get_page_as_markdown",
        "description": "Returns clean Markdown for any GlobalMente page via Accept: text/markdown content negotiation. Ref: Cloudflare Markdown for Agents.",
        "auth": "none"
      }
    ]
  },
  "agentSkills": "https://globalmente.it/.well-known/agent-skills/index.json",
  "llmsTxt": "https://globalmente.it/llms.txt",
  "llmsFullTxt": "https://globalmente.it/llms-full.txt",
  "apiCatalog": "https://globalmente.it/.well-known/api-catalog",
  "documentation": "https://globalmente.it/developers/mcp/",
  "privacy_policy": "https://www.iubenda.com/privacy-policy/48086358",
  "markets": ["IT", "GB"],
  "languages": ["it", "en"],
  "relatedProducts": {
    "aurora_intelligence": {
      "name": "Aurora Intelligence",
      "url": "https://aurora.globalmente.it",
      "mcp_server_card": "https://aurora.globalmente.it/.well-known/mcp/server-card.json",
      "agent_skills": "https://aurora.globalmente.it/.well-known/agent-skills/index.json",
      "llms_txt": "https://aurora.globalmente.it/llms.txt",
      "description": "Proprietary AI Operations Intelligence Platform powering the Revenue Diagnostic™. 7-stage gated AI pipeline with human approval gates."
    }
  },
  "_refs": {
    "spec": "https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2127",
    "last_updated": "2026-05-15",
    "status": "live",
    "protocolVersion": "2024-11-05"
  }
}
