{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/2025-06-18/server-manifest.json",
  "name": "satyajit-ai-site",
  "title": "Satyajit Ghana — personal site",
  "version": "1.0.0",
  "description": "Read-only MCP server over ai.thesatyajit.com: search and fetch Satyajit Ghana's articles, blog posts, build logs, projects, daily arXiv digests, notes and snippets, plus his profile, resume, publications, patents and quantified-self health panel. Includes an ask_satyajit tool that answers questions grounded in the site's own content with citations.",
  "whenToUse": "Use this server when a task needs Satyajit Ghana's own writing, records or opinions: who he is and what he has worked on; what he has written about a specific model, paper, architecture or agent harness; what appeared in his dated arXiv digests; or a synthesis across several of his pages. Do not use it as a general web search, a paper database, or a source of truth about anything outside this one site's content.",
  "transport": {
    "type": "streamable-http",
    "url": "https://ai.thesatyajit.com/api/mcp/mcp"
  },
  "authentication": { "type": "none" },
  "capabilities": { "tools": true, "resources": false, "prompts": false },
  "documentation": "https://ai.thesatyajit.com/developers#mcp",
  "openapi": "https://ai.thesatyajit.com/openapi.json",
  "llmsTxt": "https://ai.thesatyajit.com/llms.txt",
  "contact": {
    "name": "Satyajit Ghana",
    "email": "satyajitghana7@gmail.com",
    "url": "https://ai.thesatyajit.com/contact"
  },
  "license": "CC-BY-4.0",
  "rateLimit": {
    "policy": "240;w=60, 30;w=10",
    "headers": ["RateLimit", "RateLimit-Policy", "Retry-After"],
    "documentation": "https://ai.thesatyajit.com/developers#rate-limits"
  }
}
