{"openapi":"3.1.0","info":{"title":"Anthropic API (Claude)","description":"Anthropic Claude API는 긴 문맥(200K 토큰) 처리, 코드 생성, 문서 분석, 멀티턴 대화에 강점을 가진 AI 모델입니다. Messages API와 도구 사용(Tool Use) 기능을 제공하며, 엔터프라이즈 AI 어시스턴트, 문서 요약, 코딩 에이전트에 활용됩니다.","version":"1.0.0","x-fusepie-id":"anthropic-api","x-fusepie-category":"ai","x-fusepie-provider":"Anthropic"},"servers":[{"url":"https://api.anthropic.com/v1","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_anthropic_api","summary":"Anthropic API (Claude)","description":"Anthropic Claude API는 긴 문맥(200K 토큰) 처리, 코드 생성, 문서 분석, 멀티턴 대화에 강점을 가진 AI 모델입니다. Messages API와 도구 사용(Tool Use) 기능을 제공하며, 엔터프라이즈 AI 어시스턴트, 문서 요약, 코딩 에이전트에 활용됩니다.","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":"Get your API key from: https://console.anthropic.com/"}}},"x-mcp-config":{"mcpServers":{"anthropic-api":{"command":"npx","args":["-y","@fusepie/mcp-anthropic-api"],"env":{"API_KEY":""}}}}}