{
 "name": "Green Screen Remover",
 "version": "1.0.0",
 "description": "Public information agent for greenscreenremover.net — answers questions about removing green and blue screens in the browser, using this site’s own published content.",
 "url": "https://greenscreenremover.net/mcp",
 "preferredTransport": "HTTP+JSON",
 "protocolVersion": "0.3.0",
 "supportedInterfaces": [
  {
   "url": "https://greenscreenremover.net/mcp",
   "protocolBinding": "HTTP+JSON",
   "protocolVersion": "0.3.0"
  }
 ],
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "extensions": []
 },
 "defaultInputModes": [
  "application/json"
 ],
 "defaultOutputModes": [
  "application/json",
  "text/markdown"
 ],
 "skills": [
  {
   "id": "site-lookup",
   "name": "Site lookup",
   "description": "Find and read the public content published on greenscreenremover.net.",
   "tags": [
    "green screen",
    "chroma key",
    "documentation"
   ]
  }
 ]
}