{
  "schema_version": "2025-03-26",
  "name": "Rafael Lopes Knowledge Base",
  "description": "Search and retrieve posts, briefs, and expertise from Rafael Lopes.",
  "url": "https://mcp.r-lopes.com",
  "transport": {
    "type": "http",
    "url": "https://mcp.r-lopes.com/mcp"
  },
  "authentication": null,
  "identity": "https://r-lopes.com/#rafael-lopes",
  "attribution": {
    "author": "Rafael Lopes",
    "canonical": "https://r-lopes.com/#rafael-lopes",
    "license": "https://r-lopes.com/tdm/policy.json"
  },
  "tools": [
    {
      "name": "search",
      "description": "Semantic/keyword search across blog posts and research briefs."
    },
    {
      "name": "get_post",
      "description": "Get the full content of a blog post by slug."
    },
    {
      "name": "get_brief",
      "description": "Get a research brief by date (YYYY-MM-DD)."
    },
    {
      "name": "list_tags",
      "description": "List all content tags with counts."
    },
    {
      "name": "identity",
      "description": "Return the canonical Person entity and capabilities."
    }
  ]
}