{
  "name": "shalem",
  "description": "MCP server for Shalem Jewish wisdom matching. Tools for emotional reflection, Tehillim recommendation, and 3-day practice generation. Read-only public tools, no authentication required.",
  "version": "1.0.0",
  "serverUrl": "https://shalemapp.com/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2024-11-05",
  "tools": [
    {
      "name": "reflect_on_moment",
      "description": "Generate a personalized Jewish reflection for a given emotional state. Returns a real cited source text from the curated database of 1,278 Jewish texts plus a short reflection and an optional 3-day practice."
    },
    {
      "name": "find_psalm",
      "description": "Recommend a specific Tehillim (Psalm) appropriate to a need or emotion. Returns the Psalm number, Hebrew and English text, and traditional Jewish-tradition context."
    },
    {
      "name": "list_practices",
      "description": "List the categories of spiritual practices Shalem supports."
    }
  ],
  "auth": {
    "type": "none",
    "note": "Read-only public tools; no authentication required. OAuth on the roadmap for any future write tools."
  },
  "rate_limits": {
    "default": "60 requests per minute per IP",
    "headers": ["X-RateLimit-Limit", "X-RateLimit-Remaining", "X-RateLimit-Reset"],
    "exceeded_response": "HTTP 429 with Retry-After header in seconds"
  },
  "publisher": {
    "name": "Zan - Zari Labs OÜ",
    "legal": "Estonian Business Registry 17286420",
    "operations": "Rome, Italy",
    "url": "https://shalemapp.com",
    "contact": "support@shalemapp.com"
  },
  "documentation": {
    "developer_guide": "https://shalemapp.com/developers",
    "agent_summary": "https://shalemapp.com/llms.txt",
    "full_documentation": "https://shalemapp.com/llms-full.txt",
    "openapi_spec": "https://shalemapp.com/openapi.json"
  }
}
