{
  "name": "osama-me",
  "title": "Osama Khalil",
  "description": "Read-only access to everything published on osama.me: the profile of Osama Khalil, his work history, community initiatives, products, design projects, events, and writing.",
  "version": "1.0.0",
  "documentation": "https://osama.me/developers",
  "servers": [
    {
      "name": "osama-me",
      "url": "https://osama.me/api/mcp",
      "transport": "streamable-http",
      "authentication": "none",
      "description": "JSON-RPC 2.0 over HTTP POST. No session and no credentials: every tool is a read of public content."
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "get_profile",
      "description": "Who Osama Khalil is: headline, location, contact, biography, links, highlights."
    },
    {
      "name": "list_work",
      "description": "Every role held, most recent first, with achievements."
    },
    {
      "name": "list_initiatives",
      "description": "Community initiatives founded or led, with dates and outcomes."
    },
    {
      "name": "list_products",
      "description": "Products and experiments built."
    },
    {
      "name": "list_projects",
      "description": "Client and portfolio design projects."
    },
    {
      "name": "list_events",
      "description": "Every event organized, with dates and tags."
    },
    {
      "name": "get_event",
      "description": "The full write-up of one event."
    },
    {
      "name": "list_posts",
      "description": "Published blog posts."
    },
    {
      "name": "get_post",
      "description": "The full text of one blog post."
    },
    {
      "name": "list_media",
      "description": "Press and media appearances."
    },
    {
      "name": "list_pages",
      "description": "Every public page with its HTML and Markdown URLs."
    },
    {
      "name": "get_page",
      "description": "The full Markdown of any page."
    },
    {
      "name": "search_content",
      "description": "Search every page for a phrase and get ranked excerpts."
    }
  ],
  "contact": "ok@osama.me",
  "relatedEndpoints": {
    "restApi": "https://osama.me/api/v1",
    "openapi": "https://osama.me/openapi.json",
    "ask": "https://osama.me/ask",
    "repository": "https://github.com/byosamah/ok-skills"
  }
}
