{"openapi":"3.1.0","info":{"title":"Ghost MCP Server","description":"Ghost MCP 서버로 오픈소스 퍼블리싱 플랫폼의 글, 페이지, 멤버십을 관리합니다. 포스트 작성·수정·발행, 뉴스레터 발송, 구독자 관리를 자동화하여 독립 미디어/블로그 운영에 활용됩니다.","version":"1.0.0","x-fusepie-id":"mcp-ghost","x-fusepie-category":"data","x-fusepie-provider":"Ghost"},"servers":[{"url":"@anthropic/mcp-ghost","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_ghost","summary":"Ghost MCP Server","description":"Ghost MCP 서버로 오픈소스 퍼블리싱 플랫폼의 글, 페이지, 멤버십을 관리합니다. 포스트 작성·수정·발행, 뉴스레터 발송, 구독자 관리를 자동화하여 독립 미디어/블로그 운영에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-ghost":{"command":"npx","args":["-y","@fusepie/mcp-mcp-ghost"],"env":{"API_KEY":""}}}}}