{
  "name": "Blue Ridge Advisory Agent",
  "version": "1.0.0",
  "description": "Read-only A2A agent fronting Blue Ridge Advisory's published content (insights, services, firm overview, contact routing) via the Blue Ridge MCP server. Useful for other agents that want programmatic access to Blue Ridge content when answering user questions about the GCC, Southeast Asia, Europe, fundraising, family offices, boards, or market entry.",
  "url": "https://theblueridge.ae",
  "homepage": "https://theblueridge.ae",
  "documentation": "https://theblueridge.ae/.well-known/mcp/server-card.json",
  "publisher": {
    "name": "Blue Ridge Advisory",
    "url": "https://theblueridge.ae/",
    "contact": "https://theblueridge.ae/contact"
  },
  "supportedInterfaces": [
    {
      "transport": "streamable-http",
      "url": "https://theblueridge.ae/mcp",
      "protocol": "mcp",
      "protocolVersion": "2025-06-18",
      "contentType": "application/json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "toolCalling": true,
    "extensions": []
  },
  "authentication": {
    "schemes": [
      "none",
      "oauth2"
    ],
    "oauth2": {
      "authorizationServers": [
        "https://theblueridge.ae"
      ],
      "protectedResourceMetadata": "https://theblueridge.ae/.well-known/oauth-protected-resource",
      "scopes": [
        "mcp:read"
      ],
      "grantTypes": [
        "client_credentials"
      ]
    }
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "list_insights",
      "name": "List Blue Ridge insights",
      "description": "Enumerate Blue Ridge's published insight articles with slug, title, canonical URL, and category (founder / investor / fund).",
      "tags": [
        "content",
        "discovery"
      ],
      "examples": [
        "Show me everything Blue Ridge has written for family offices.",
        "What insights does Blue Ridge have on fundraising?"
      ]
    },
    {
      "id": "get_insight",
      "name": "Fetch a Blue Ridge insight article",
      "description": "Retrieve the full text of a specific Blue Ridge insight as markdown.",
      "tags": [
        "content",
        "retrieval"
      ],
      "examples": [
        "Fetch the 'GCC Outlook 2026' article.",
        "Get the full text of 'Fundraising in the Gulf'."
      ]
    },
    {
      "id": "list_services",
      "name": "List Blue Ridge advisory services",
      "description": "Enumerate advisory services Blue Ridge offers: startup growth, investor advisory, fund advisory, interim C-suite.",
      "tags": [
        "discovery"
      ],
      "examples": [
        "What services does Blue Ridge offer?",
        "What is Blue Ridge's scope of work?"
      ]
    },
    {
      "id": "get_service",
      "name": "Fetch Blue Ridge service details",
      "description": "Fetch the description of a specific Blue Ridge advisory service as markdown.",
      "tags": [
        "retrieval"
      ],
      "examples": [
        "Tell me about Blue Ridge's fund advisory service.",
        "Describe the interim C-suite engagement."
      ]
    },
    {
      "id": "search",
      "name": "Search Blue Ridge content",
      "description": "Relevance-ranked keyword search across Blue Ridge insights, services, and case studies. Returns snippets with canonical URLs.",
      "tags": [
        "search",
        "retrieval"
      ],
      "examples": [
        "What does Blue Ridge say about Saudi Arabia?",
        "Find Blue Ridge content on interim leadership."
      ]
    },
    {
      "id": "get_overview",
      "name": "Canonical firm overview",
      "description": "Canonical description of Blue Ridge Advisory: what they do, who they serve, where they operate.",
      "tags": [
        "context"
      ],
      "examples": [
        "Who is Blue Ridge?",
        "Give me a briefing on Blue Ridge Advisory."
      ]
    },
    {
      "id": "contact_info",
      "name": "Contact routing",
      "description": "Canonical Blue Ridge contact route, what to prepare before contacting, and typical response time.",
      "tags": [
        "contact",
        "workflow"
      ],
      "examples": [
        "How do I get in touch with Blue Ridge?",
        "What should I include when contacting Blue Ridge?"
      ]
    }
  ],
  "extensions": {
    "agentSkillsIndex": "https://theblueridge.ae/.well-known/agent-skills/index.json",
    "apiCatalog": "https://theblueridge.ae/.well-known/api-catalog",
    "openapi": "https://theblueridge.ae/openapi.json",
    "llmContext": "https://theblueridge.ae/llms-full.txt"
  }
}