{"openapi":"3.1.0","info":{"title":"지진발생이력 API","description":"국내 지진 발생 위치·규모 이력","version":"1.0.0","x-fusepie-id":"earthquake-history","x-fusepie-category":"data","x-fusepie-provider":"공공데이터포털"},"servers":[],"paths":{"/":{"get":{"operationId":"call_earthquake_history","summary":"지진발생이력 API","description":"국내 지진 발생 위치·규모 이력","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://www.data.go.kr"}}},"x-mcp-config":{"mcpServers":{"earthquake-history":{"command":"npx","args":["-y","@fusepie/mcp-earthquake-history"],"env":{"API_KEY":""}}}}}